mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Updating example env.
This commit is contained in:
parent
e48d937d6e
commit
e86c589ba4
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Private
|
||||
ORIGIN=http://localhost:5173
|
||||
DOMAIN=localhost
|
||||
ORIGIN=http://$DOMAIN:5173
|
||||
|
||||
NODE_ENV=development
|
||||
|
||||
|
|
@ -27,7 +28,7 @@ GOOGLE_CLIENT_SECRET=""
|
|||
# Public
|
||||
|
||||
PUBLIC_SITE_NAME='Bored Game'
|
||||
PUBLIC_SITE_URL='http://localhost:5173'
|
||||
PUBLIC_SITE_URL='http://$DOMAIN:5173'
|
||||
PUBLIC_UMAMI_DO_NOT_TRACK=true
|
||||
PUBLIC_UMAMI_URL=
|
||||
PUBLIC_UMAMI_ID=
|
||||
|
|
|
|||
Loading…
Reference in a new issue