aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorLuc Didry <luc@framasoft.org>2017-01-16 09:04:54 +0100
committerBigard Florian <florian.bigard@gmail.com>2017-01-16 09:53:05 +0100
commit98dffd102ef76872f027fedfc55cc0dc824b5bad (patch)
tree7e1e6aef03d9210b2d54c8199a17e9c0bff50127 /config/production.yaml.example
parentfbc22d79361f6d80dac09cd235a29340983f1717 (diff)
downloadPeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.tar.gz
PeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.tar.zst
PeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.zip
Add hint about database name in config files
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 231e3deeb..ba7ff8f2e 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -7,6 +7,7 @@ webserver:
7 hostname: 'example.com' 7 hostname: 'example.com'
8 port: 80 8 port: 80
9 9
10# Your database name will be "peertube"+database.suffix
10database: 11database:
11 hostname: 'localhost' 12 hostname: 'localhost'
12 port: 5432 13 port: 5432