Commit graph

6 commits

Author SHA1 Message Date
syeopite
ad043a75f1
Expose pooling configuration for YT pool 2021-09-28 12:04:00 -07:00
syeopite
4076bf73b3
Increase retry_attempts to 3 2021-09-28 11:46:02 -07:00
syeopite
d0480f5381
Expose config values for database connection pool 2021-09-28 11:45:38 -07:00
Samantaz Fox
9f5f5da894
config_example.yaml: document all possible options (#2083)
Fixes https://github.com/iv-org/documentation/issues/46
2021-07-16 20:34:40 +02:00
Andre Borie
79e99908de Allow providing 12-Factor-style Database URL in config 2021-01-30 19:33:58 +00:00
saltycrys
b566c4ba1a
Untrack config.yml (#1557)
* Untrack config.yml

`config/config.yml` has been untracked and moved to `config/config.example.yml`.

The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.

* Update Dockerfile to use `shard.lock`

* Fix tests
2020-12-10 08:18:30 +01:00
Renamed from config/config.yml (Browse further)