diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-07-28 21:02:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-31 15:38:08 +0200 |
commit | 1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50 (patch) | |
tree | f4a4efecf5d94fe1a98508db9e4ac26c0a2f8ef4 /config/production.yaml.example | |
parent | 040467f5c8cba429176423d5e4b83bf5379ad101 (diff) | |
download | PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.gz PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.zst PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.zip |
adding ORM pool configuration
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index d347b0ece..6087e78be 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -21,6 +21,8 @@ database: | |||
21 | suffix: '_prod' | 21 | suffix: '_prod' |
22 | username: 'peertube' | 22 | username: 'peertube' |
23 | password: 'peertube' | 23 | password: 'peertube' |
24 | pool: | ||
25 | max: 5 | ||
24 | 26 | ||
25 | # Redis server for short time storage | 27 | # Redis server for short time storage |
26 | # You can also specify a 'socket' path to a unix socket but first need to | 28 | # You can also specify a 'socket' path to a unix socket but first need to |