mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
📝 — Make .env example file usable (fix #40)
This commit is contained in:
parent
415c37bdb4
commit
4d806e11aa
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
||||||
ARGOS_YAML_FILE = "my-config.yaml"
|
ARGOS_YAML_FILE="my-config.yaml"
|
||||||
ARGOS_DATABASE_URL = "postgresql://argos:argos@localhost/argos"
|
ARGOS_DATABASE_URL="postgresql://argos:argos@localhost/argos"
|
||||||
DB_POOL_SIZE = 10 # https://docs.sqlalchemy.org/en/20/core/pooling.html#sqlalchemy.pool.QueuePool.params.pool_size
|
|
||||||
DB_MAX_OVERFLOW = 20
|
# https://docs.sqlalchemy.org/en/20/core/pooling.html#sqlalchemy.pool.QueuePool.params.pool_size
|
||||||
|
DB_POOL_SIZE=10
|
||||||
|
# https://docs.sqlalchemy.org/en/20/core/pooling.html#sqlalchemy.pool.QueuePool.params.max_overflow
|
||||||
|
DB_MAX_OVERFLOW=20
|
||||||
|
|
Loading…
Reference in a new issue