mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2026-03-02 22:55:22 +01:00
Introduce CONFIG fields for POSTGRES_POOL_MAX_CONNECTIONS, POSTGRES_POOL_ACQUIRE_TIMEOUT_SEC and APPLICATION_NAME. Defaults are 10, 300s and 'users_settings_server' respectively. Include application_name in the DB URL and apply the config values to the PgPool options; add a log message on creation.