Add hint about database name in config files

This commit is contained in:
Luc Didry 2017-01-16 09:04:54 +01:00 committed by Bigard Florian
parent fbc22d7936
commit 98dffd102e
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ webserver:
hostname: 'localhost'
port: 9000
# Your database name will be "peertube"+database.suffix
database:
hostname: 'localhost'
port: 5432

View File

@ -7,6 +7,7 @@ webserver:
hostname: 'example.com'
port: 80
# Your database name will be "peertube"+database.suffix
database:
hostname: 'localhost'
port: 5432