REDIS_PASSWORD=super_secret_password
REDIS_PORT=6379
REDIS_HOST=localhost
COOKIE_NAME=superforum
SESSION_SECRET=asdf1234$#@!QWERTY
SERVER_PORT=5000

PG_HOST=localhost
PG_PORT=5432
PG_ACCOUNT=superforumuzk
PG_PASSWORD=superforumhaslo
PG_DATABASE=SuperForum
PG_SYNCHRONIZE=true
PG_ENTITIES="src/repo/**/*.*"
PG_ENTITIES_DIR="src/repo"
PG_LOGGING=false

CLIENT_URL=http://localhost:3000`