diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 22:56:10 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 22:56:10 -0700 |
commit | 593a631a564926b5b118805b8bea13a753e4757d (patch) | |
tree | 3f2a5460eda4ef19142b20386c7dee001f4675b5 /.env.example | |
parent | bb66cd91a3e76e9b746750de51b5edd34b5d2259 (diff) | |
download | chessh-593a631a564926b5b118805b8bea13a753e4757d.tar.gz chessh-593a631a564926b5b118805b8bea13a753e4757d.zip |
Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes:
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example index ff29e4f..fb669c3 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ +HOST=0.0.0.0 NODE_ID=aUniqueString DATABASE_URL=ecto://chessh:password@database/chessh @@ -5,6 +6,7 @@ POSTGRES_USER=chessh POSTGRES_PASSWORD=password POSTGRES_DATABASE=chessh +WEB_PORT=8080 REACT_APP_GITHUB_OAUTH=https://github.com/login/oauth/authorize?client_id=CLIENT_ID_HERE&redirect_uri=http://127.0.0.1:3000/api/oauth/redirect CLIENT_REDIRECT_AFTER_OAUTH=http://127.0.0.1:3000/auth-successful |