diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-26 12:25:45 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-26 12:25:45 -0700 |
commit | a4ef0569210eb6239d284886564a29684f299d71 (patch) | |
tree | a9840b95b6fbaf8bbd6abb49ca8aa5e7aae7c244 /.env.example | |
parent | f671aa8da3e3e0bdda7bc5dfb53b3a79cebcdc17 (diff) | |
parent | 6bef6494c229759f7fd6852b7b94901ee2b242a1 (diff) | |
download | chessh-a4ef0569210eb6239d284886564a29684f299d71.tar.gz chessh-a4ef0569210eb6239d284886564a29684f299d71.zip |
Merge branch 'main' of github.com:Simponic/chessh
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.env.example b/.env.example index 6636fb9..2f43485 100644 --- a/.env.example +++ b/.env.example @@ -2,10 +2,6 @@ HOST=0.0.0.0 NODE_ID=aUniqueString DATABASE_URL=ecto://chessh:password@database/chessh -POSTGRES_USER=chessh -POSTGRES_PASSWORD=password -POSTGRES_DATABASE=chessh - WEB_PORT=8080 REACT_APP_DISCORD_INVITE=https://discord.gg/ajsdlkfjaskldjf |