feat: harden containers and ci
This commit is contained in:
@@ -7,6 +7,12 @@ POSTGRES_DB=merchantsofhope_supplyanddemandportal
|
||||
POSTGRES_USER=merchantsofhope_user
|
||||
POSTGRES_PASSWORD=merchantsofhope_password
|
||||
|
||||
# Optional database pool tuning
|
||||
DB_POOL_MAX=10
|
||||
DB_POOL_IDLE_MS=30000
|
||||
DB_POOL_CONNECTION_TIMEOUT_MS=5000
|
||||
DB_WAIT_TIMEOUT_MS=60000
|
||||
|
||||
# Backend Application
|
||||
JWT_SECRET=a_much_stronger_and_longer_secret_key_for_jwt_that_is_not_in_git
|
||||
RATE_LIMIT_WINDOW_MS=900000
|
||||
|
||||
Reference in New Issue
Block a user