Added example of how .env should look like

This commit is contained in:
Maciej Krzyżanowski 2023-02-27 16:55:58 +01:00
parent d92c4eb039
commit d3cb420018

8
.env.example Normal file
View 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