removed gitignore for full access to everything
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
NODE_ENV=development
|
||||||
|
PORT=8080
|
||||||
|
POSTGRES_DB=skymoney
|
||||||
|
POSTGRES_USER=skymoney_app
|
||||||
|
POSTGRES_PASSWORD=RicearoniSkyMoney124521!
|
||||||
|
DATABASE_URL=postgres://skymoney_app:RicearoniSkyMoney124521!@postgres:5432/skymoney
|
||||||
|
BACKUP_DATABASE_URL=postgres://skymoney_app:RicearoniSkyMoney124521!@127.0.0.1:5432/skymoney
|
||||||
|
RESTORE_DATABASE_URL=postgres://skymoney_app:RicearoniSkyMoney124521!@127.0.0.1:5432/skymoney_restore_test
|
||||||
|
ADMIN_DATABASE_URL=postgres://skymoney_app:RicearoniSkyMoney124521!@127.0.0.1:5432/postgres
|
||||||
|
|
||||||
|
CORS_ORIGIN=http://localhost:5173
|
||||||
|
RATE_LIMIT_MAX=500
|
||||||
|
RATE_LIMIT_WINDOW_MS=60000
|
||||||
|
|
||||||
|
JWT_SECRET=ee5e3882e7b739bcd37ead2449d06f285eb1254620ae77ae201687f03ce82629
|
||||||
|
COOKIE_SECRET=364f4fa81d297294f864391aff02e151498de7caa8aac8c135ab01ad17a1212f
|
||||||
|
AUTH_DISABLED=0
|
||||||
|
SEED_DEFAULT_BUDGET=0
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# Secrets
|
|
||||||
.env
|
|
||||||
.env.*
|
|
||||||
!.env.example
|
|
||||||
|
|
||||||
# Local backups
|
|
||||||
backups/
|
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user