From 593a631a564926b5b118805b8bea13a753e4757d Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 28 Jan 2023 22:56:10 -0700 Subject: Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes: --- .env.example | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env.example') 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 -- cgit v1.2.3-70-g09d2