mirror of https://github.com/Chocobozzz/PeerTube
Add hint about database name in config files
parent
fbc22d7936
commit
98dffd102e
|
@ -6,6 +6,7 @@ webserver:
|
|||
hostname: 'localhost'
|
||||
port: 9000
|
||||
|
||||
# Your database name will be "peertube"+database.suffix
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
port: 5432
|
||||
|
|
|
@ -7,6 +7,7 @@ webserver:
|
|||
hostname: 'example.com'
|
||||
port: 80
|
||||
|
||||
# Your database name will be "peertube"+database.suffix
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
port: 5432
|
||||
|
|
Loading…
Reference in New Issue