Skip to content

Commit a486f9f

Browse files
committed
fix(src/config.json): add VUE_APP_API_KEY for dev and prod
1 parent 526a8a0 commit a486f9f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"VUE_APP_OLD_BACKEND_URL": "http://localhost:8080",
3-
"VUE_APP_BACKEND_URL": "http://localhost:4000"
3+
"VUE_APP_BACKEND_URL": "http://localhost:4000",
4+
"VUE_APP_API_KEY": "1234"
45
}

src/docker-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"VUE_APP_OLD_BACKEND_URL": "$VUE_APP_OLD_BACKEND_URL",
3-
"VUE_APP_BACKEND_URL": "$VUE_APP_BACKEND_URL"
3+
"VUE_APP_BACKEND_URL": "$VUE_APP_BACKEND_URL",
4+
"VUE_APP_API_KEY": "$VUE_APP_API_KEY"
45
}

0 commit comments

Comments
 (0)