15 lines
376 B
Text
15 lines
376 B
Text
POSTGRES_DB=minmon
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/minmon
|
|
|
|
BETTER_AUTH_SECRET=minmon-compose-secret-change-me-123456
|
|
BETTER_AUTH_URL=http://localhost:3000
|
|
CORS_ORIGIN=http://localhost:3001
|
|
NODE_ENV=development
|
|
|
|
SERVER_PORT=3000
|
|
WEB_PORT=3001
|
|
VITE_SERVER_URL=http://localhost:3000
|