Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuchault committed Jan 2, 2025
1 parent d4ce7db commit 43b3e88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ENV_NAME=production
LOG_LEVEL=trace
HTTP_ADDRESS=0.0.0.0
HTTP_PORT=3000
HTTP_COOKIE_SIGNING_SECRET=secret
HTTP_REQUEST_TIMEOUT=5s
DATABASE_URL=postgresql://user:password@localhost:5432/typescript-service-starter
DATABASE_MAXIMUM_POOL_SIZE=10
DATABASE_IDLE_TIMEOUT=30s
DATABASE_STATEMENT_TIMEOUT=30s
TRACING_SAMPLING=0.2

0 comments on commit 43b3e88

Please sign in to comment.