diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 15:42:40 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 15:42:40 +0100 |
commit | 6c05c149d2c123b5a4428fd49eba997714cd67c9 (patch) | |
tree | 1843a67d639b17dd6e0729aabfd9fb5c43fd3e44 /config | |
parent | 99fe265a5fc077cb66c322e7f3d191ff7110aea0 (diff) | |
download | PeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.tar.gz PeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.tar.zst PeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.zip |
Add quotes to config prod example
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 005444e73..231e3deeb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -11,8 +11,8 @@ database: | |||
11 | hostname: 'localhost' | 11 | hostname: 'localhost' |
12 | port: 5432 | 12 | port: 5432 |
13 | suffix: '_prod' | 13 | suffix: '_prod' |
14 | username: peertube | 14 | username: 'peertube' |
15 | password: peertube | 15 | password: 'peertube' |
16 | 16 | ||
17 | # From the project root directory | 17 | # From the project root directory |
18 | storage: | 18 | storage: |