mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add hint about database name in config files
This commit is contained in:
parent
fbc22d7936
commit
98dffd102e
@ -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 New Issue
Block a user