diff --git a/.env b/.env deleted file mode 100644 index 3c742af..0000000 --- a/.env +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/.gitignore b/.gitignore index c2658d7..713d500 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +.env