123
This commit is contained in:
8
backend/.env.example
Normal file
8
backend/.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
NODE_ENV=development
|
||||
PORT=4000
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/app_admin
|
||||
SESSION_SECRET=change-me
|
||||
SESSION_NAME=pgcc.sid
|
||||
ALLOWED_ORIGIN=http://localhost:5173
|
||||
POSTGRES_CONTAINER_NAME=pg-control-postgres
|
||||
COOKIE_SECURE=false
|
||||
Reference in New Issue
Block a user