Adjusts in git config
This commit is contained in:
parent
eb1d98a467
commit
2568156c91
3 changed files with 2 additions and 19 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +1,4 @@
|
|||
node_modules/
|
||||
dist/
|
||||
|
||||
podman_compose.yml
|
||||
|
||||
.env
|
||||
.env
|
||||
podman-compose.yml
|
||||
10
backend/.env
10
backend/.env
|
|
@ -1,10 +0,0 @@
|
|||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_HOST=175.15.15.90
|
||||
DB_PORT=5432
|
||||
DB_NAME=toptran
|
||||
|
||||
DATABASE_URL="postgresql://postgres:postgres@175.15.15.90:5432/toptran"
|
||||
|
||||
PORT=4000
|
||||
|
||||
5
backend/.gitignore
vendored
5
backend/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
node_modules
|
||||
# Keep environment variables out of version control
|
||||
.env
|
||||
|
||||
/src/generated/prisma
|
||||
Loading…
Add table
Reference in a new issue