mirror of
https://github.com/originalmk/skrytka-app.git
synced 2025-01-18 16:29:17 +00:00
Added example of how .env should look like
This commit is contained in:
parent
d92c4eb039
commit
d3cb420018
8
.env.example
Normal file
8
.env.example
Normal file
@ -0,0 +1,8 @@
|
||||
# These variables should be set before running app (for PostgreSQL database)
|
||||
# otherwise app will fail connecting to the database.
|
||||
|
||||
# DB_USER=xyz
|
||||
# DB_PASS=1234
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_NAME=skrytka
|
Loading…
x
Reference in New Issue
Block a user