chore: add more defaults to example env
This commit is contained in:
11
example.env
11
example.env
@@ -4,12 +4,13 @@ REDDIT_CLIENT_ID=
|
||||
REDDIT_CLIENT_SECRET=
|
||||
|
||||
# Database
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
POSTGRES_HOST=
|
||||
# Database
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=mydatabase
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DIR=
|
||||
POSTGRES_DIR=./db
|
||||
|
||||
# JWT
|
||||
JWT_SECRET_KEY=
|
||||
|
||||
Reference in New Issue
Block a user