Skip to content

Commit 13b876c

Browse files
committed
docs(example.env): add note for new env variables (dev/prod)
need to update config files
1 parent a486f9f commit 13b876c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# When adding a new env variable,
2+
# make sure to add an entry to:
3+
# src/config.json (dev)
4+
# and
5+
# src/docker-config.json (prod)
16
VUE_APP_BACKEND_URL=http://localhost:4000
27
VUE_APP_OLD_BACKEND_URL=http://localhost:8080
38
VUE_APP_API_KEY=ABC123

0 commit comments

Comments
 (0)