diff options
author | Luc Didry <luc@framasoft.org> | 2017-01-16 09:04:54 +0100 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2017-01-16 09:53:05 +0100 |
commit | 98dffd102ef76872f027fedfc55cc0dc824b5bad (patch) | |
tree | 7e1e6aef03d9210b2d54c8199a17e9c0bff50127 /config/default.yaml | |
parent | fbc22d79361f6d80dac09cd235a29340983f1717 (diff) | |
download | PeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.tar.gz PeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.tar.zst PeerTube-98dffd102ef76872f027fedfc55cc0dc824b5bad.zip |
Add hint about database name in config files
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 0939ae4ba..ad87191fd 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -6,6 +6,7 @@ webserver: | |||
6 | hostname: 'localhost' | 6 | hostname: 'localhost' |
7 | port: 9000 | 7 | port: 9000 |
8 | 8 | ||
9 | # Your database name will be "peertube"+database.suffix | ||
9 | database: | 10 | database: |
10 | hostname: 'localhost' | 11 | hostname: 'localhost' |
11 | port: 5432 | 12 | port: 5432 |