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=
|
REDDIT_CLIENT_SECRET=
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
POSTGRES_USER=
|
# Database
|
||||||
POSTGRES_PASSWORD=
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_DB=
|
POSTGRES_PASSWORD=postgres
|
||||||
POSTGRES_HOST=
|
POSTGRES_DB=mydatabase
|
||||||
|
POSTGRES_HOST=postgres
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
POSTGRES_DIR=
|
POSTGRES_DIR=./db
|
||||||
|
|
||||||
# JWT
|
# JWT
|
||||||
JWT_SECRET_KEY=
|
JWT_SECRET_KEY=
|
||||||
|
|||||||
Reference in New Issue
Block a user