Add quotes to config prod example
This commit is contained in:
parent
99fe265a5f
commit
6c05c149d2
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ database:
|
|||
hostname: 'localhost'
|
||||
port: 5432
|
||||
suffix: '_prod'
|
||||
username: peertube
|
||||
password: peertube
|
||||
username: 'peertube'
|
||||
password: 'peertube'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
|
|
Loading…
Reference in a new issue