We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526a8a0 commit a486f9fCopy full SHA for a486f9f
src/config.json
@@ -1,4 +1,5 @@
1
{
2
"VUE_APP_OLD_BACKEND_URL": "http://localhost:8080",
3
- "VUE_APP_BACKEND_URL": "http://localhost:4000"
+ "VUE_APP_BACKEND_URL": "http://localhost:4000",
4
+ "VUE_APP_API_KEY": "1234"
5
}
src/docker-config.json
"VUE_APP_OLD_BACKEND_URL": "$VUE_APP_OLD_BACKEND_URL",
- "VUE_APP_BACKEND_URL": "$VUE_APP_BACKEND_URL"
+ "VUE_APP_BACKEND_URL": "$VUE_APP_BACKEND_URL",
+ "VUE_APP_API_KEY": "$VUE_APP_API_KEY"
0 commit comments