Add hint about database name in config files
This commit is contained in:
parent
fbc22d7936
commit
98dffd102e
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ webserver:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
|
# Your database name will be "peertube"+database.suffix
|
||||||
database:
|
database:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
|
@ -7,6 +7,7 @@ webserver:
|
||||||
hostname: 'example.com'
|
hostname: 'example.com'
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
# Your database name will be "peertube"+database.suffix
|
||||||
database:
|
database:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
Loading…
Reference in a new issue