Skip to content

Commit

Permalink
Comment .env
Browse files Browse the repository at this point in the history
  • Loading branch information
prplnorangesoda committed Sep 10, 2024
1 parent bb98e3f commit 81d3ef1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ STEAM_API_KEY=YOURSTEAMAPIKEY
OPENID_REALM=lucyleague.net
# If specified, what port of this domain should be redirected to
OPENID_PORT=
# Where should our server run?
# 0.0.0.0 to bind on all IPs.
SERVER_ADDR=0.0.0.0
SERVER_PORT=8080
# NOTE! PG__USER and PG__DBNAME must be equal for NOW. Hopefully patch in the future?
# TODO!
PG__USER=example
PG__DBNAME=example
PG__PASSWORD=testing
# NOTE! If using docker compose, use the SERVICE NAME (db) instead of an actual IP. Docker will route
# the host internally within the compose network using this name.
PG__HOST=127.0.0.1
# On docker compose, use 5432
PG__PORT=5432
PG__DBNAME=example
# How many threads should we allocate in deadpool_postgres?
PG__POOL.MAX_SIZE=16

0 comments on commit 81d3ef1

Please sign in to comment.