added example env.
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Copy this file to .env and fill in actual values.
|
||||||
|
|
||||||
|
POSTGRES_HOST=postgres_host
|
||||||
|
POSTGRES_PORT=postgres_port
|
||||||
|
POSTGRES_DB=postgres_database
|
||||||
|
POSTGRES_USER=postgres_user
|
||||||
|
POSTGRES_PASSWORD=
|
||||||
Reference in New Issue
Block a user