.env.example: add new env var
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ POSTGRES_DB=chromacase
|
|||||||
API_URL=http://localhost:80/api
|
API_URL=http://localhost:80/api
|
||||||
SCORO_URL=ws://localhost:6543
|
SCORO_URL=ws://localhost:6543
|
||||||
MINIO_ROOT_PASSWORD=12345678
|
MINIO_ROOT_PASSWORD=12345678
|
||||||
|
EXPO_PUBLIC_API_URL=$API_URL
|
||||||
|
EXPO_PUBLIC_SCORO_URL=$SCORO_URL
|
||||||
GOOGLE_CLIENT_ID=toto
|
GOOGLE_CLIENT_ID=toto
|
||||||
GOOGLE_SECRET=tata
|
GOOGLE_SECRET=tata
|
||||||
GOOGLE_CALLBACK_URL=http://localhost:19006/logged/google
|
GOOGLE_CALLBACK_URL=http://localhost:19006/logged/google
|
||||||
|
|||||||
Reference in New Issue
Block a user