diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..3c742af --- /dev/null +++ b/.env.example @@ -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