Skip to content

Commit

Permalink
chore: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 21, 2024
1 parent 9fae87b commit 4c27c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ QUALTET_HTTP_PORT=9001
QUALTET_JWT_ISS="http://localhost:9001"
QUALTET_JWT_AUD="qualtet_dev_1111"
QUALTET_ENV=dev
QUALTET_DB_CONNECTION_POOL_MAX_LIFETIME=30000
QUALTET_DB_CONNECTION_POOL_MAX_POOLSIZE=5
QUALTET_DB_CONNECTION_POOL_MAX_LIFETIME=1234567
QUALTET_DB_CONNECTION_POOL_MAX_POOLSIZE=99

QUALTET_HTTP_ENDPOINT_SYSTEM_METADATA_ENABLED = false
QUALTET_CORS_ALLOW_ORIGINS.0 = "http://localhost:8080"
Expand Down

0 comments on commit 4c27c4d

Please sign in to comment.