aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-12 15:42:40 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-12 15:42:40 +0100
commit6c05c149d2c123b5a4428fd49eba997714cd67c9 (patch)
tree1843a67d639b17dd6e0729aabfd9fb5c43fd3e44 /config/production.yaml.example
parent99fe265a5fc077cb66c322e7f3d191ff7110aea0 (diff)
downloadPeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.tar.gz
PeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.tar.zst
PeerTube-6c05c149d2c123b5a4428fd49eba997714cd67c9.zip
Add quotes to config prod example
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
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
18storage: 18storage: