From 55fa55a9be566cca2ba95322f2ae23b434aed62a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 Jan 2017 20:59:23 +0100 Subject: Server: add video abuse support --- config/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 2dd5e05f9..0939ae4ba 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -10,8 +10,8 @@ database: hostname: 'localhost' port: 5432 suffix: '_dev' - username: peertube - password: peertube + username: 'peertube' + password: 'peertube' # From the project root directory storage: -- cgit v1.2.3