diff options
author | OzoneGrif | 2020-02-08 09:27:17 +0100 |
---|---|---|
committer | GitHub | 2020-02-08 09:27:17 +0100 |
commit | 32abf4e1f82dcb9738bbfc41a84bb38672e14603 (patch) | |
tree | 6c84ca58754eb34a1d9962a63446535a1386c975 /viewer/.env | |
parent | 2480140446e01c8cd0e317016c6debde5f14e8ab (diff) | |
parent | 8b8ff179021a204930253a310cc2e9213e342fd1 (diff) | |
download | ldgallery-32abf4e1f82dcb9738bbfc41a84bb38672e14603.tar.gz |
Merge pull request #98 from pacien/oz-project-optimization
Oz project optimization
Diffstat (limited to 'viewer/.env')
-rw-r--r-- | viewer/.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/.env b/viewer/.env index 9092dea..959477b 100644 --- a/viewer/.env +++ b/viewer/.env | |||
@@ -2,3 +2,4 @@ VUE_APP_I18N_LOCALE=en | |||
2 | VUE_APP_I18N_FALLBACK_LOCALE=en | 2 | VUE_APP_I18N_FALLBACK_LOCALE=en |
3 | VUE_APP_EXAMPLE_PROJECT=../example/out/ | 3 | VUE_APP_EXAMPLE_PROJECT=../example/out/ |
4 | VUE_APP_DATA_URL=gallery/ | 4 | VUE_APP_DATA_URL=gallery/ |
5 | VUE_APP_DEVSERVER_PORT=8085 | ||