mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Removed .env from tracked files
This commit is contained in:
parent
89e4492a63
commit
d92c4eb039
8
.env
8
.env
@ -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
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
|
.env
|
||||||
|
Loading…
Reference in New Issue
Block a user