feat(hydra-cnpg): configure DSN with more options
This commit is contained in:
@ -31,6 +31,10 @@ configMapGenerator:
|
||||
- URLS_LOGOUT=http://hydra-logout-app/logout
|
||||
- HYDRA_SERVE_ALL_ARGS=--dev
|
||||
- HYDRA_DATABASE_MAX_CONN="10"
|
||||
- HYDRA_DATABASE_MAX_IDLE_CONNS="5"
|
||||
- HYDRA_DATABASE_MAX_CONN_LIFETIME="0" # Unlimited. ms, s, m, h
|
||||
- HYDRA_DATABASE_MAX_CONN_IDLE_TIME="0" # Unlimited. ms, s, m, h
|
||||
- HYDRA_DATABASE_CONNECT_TIMEOUT="0" # Unlimited
|
||||
- SERVE_ADMIN_REQUEST_LOG_DISABLE_FOR_HEALTH="true"
|
||||
- LOG_LEVEL=info
|
||||
|
||||
|
Reference in New Issue
Block a user