From 6c05c149d2c123b5a4428fd49eba997714cd67c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Jan 2017 15:42:40 +0100 Subject: Add quotes to config prod example --- config/production.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/production.yaml.example') 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: hostname: 'localhost' port: 5432 suffix: '_prod' - username: peertube - password: peertube + username: 'peertube' + password: 'peertube' # From the project root directory storage: -- cgit v1.2.3