update examples for reaching client/server in .env

This commit is contained in:
Amruth Pillai
2022-08-22 12:44:50 +02:00
parent 77b1c5b536
commit 9ef2a84ac2
3 changed files with 18 additions and 2 deletions
+6 -2
View File
@@ -1,7 +1,11 @@
# Turbo Cache (Optional)
TURBO_TEAM=
TURBO_TOKEN=
# Server + Client
TZ=UTC
PUBLIC_URL=http://localhost:3000
PUBLIC_SERVER_URL=http://localhost:3000/api
PUBLIC_URL=http://client:3000
PUBLIC_SERVER_URL=http://server:3100
PUBLIC_GOOGLE_CLIENT_ID=
# Server + Database