aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-07-28 21:02:26 +0200
committerChocobozzz <me@florianbigard.com>2018-07-31 15:38:08 +0200
commit1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50 (patch)
treef4a4efecf5d94fe1a98508db9e4ac26c0a2f8ef4 /config
parent040467f5c8cba429176423d5e4b83bf5379ad101 (diff)
downloadPeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.gz
PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.zst
PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.zip
adding ORM pool configuration
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index bc0530d79..3b877476d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -22,6 +22,8 @@ database:
22 suffix: '_dev' 22 suffix: '_dev'
23 username: 'peertube' 23 username: 'peertube'
24 password: 'peertube' 24 password: 'peertube'
25 pool:
26 max: 5
25 27
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
27# comment out hostname and port 29# comment out hostname and port
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