From 19d40a5ee98fb1f244612155acc559ff2f21bf6b Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 12 Feb 2020 00:09:34 +0100 Subject: viewer: implemented config.json Note: The DevServer needs to know when the file is from the App, or from the FileSystem. We use a tilde to make this separation. The tilde URL is declared in '.env.development' GitHub: Resolves #32 --- viewer/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'viewer/.env') diff --git a/viewer/.env b/viewer/.env index 959477b..0914292 100644 --- a/viewer/.env +++ b/viewer/.env @@ -1,5 +1,5 @@ +# Override with .env.development.local and .env.production.local + VUE_APP_I18N_LOCALE=en VUE_APP_I18N_FALLBACK_LOCALE=en -VUE_APP_EXAMPLE_PROJECT=../example/out/ -VUE_APP_DATA_URL=gallery/ -VUE_APP_DEVSERVER_PORT=8085 +VUE_APP_DATA_URL=./ -- cgit v1.2.3