diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-04 20:59:23 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-04 21:05:13 +0100 |
commit | 55fa55a9be566cca2ba95322f2ae23b434aed62a (patch) | |
tree | f51ef35c120ce8a928917a659418079538cdb8dc /config | |
parent | a6fd2b30bf717eec14972a2175354781f5f43e77 (diff) | |
download | PeerTube-55fa55a9be566cca2ba95322f2ae23b434aed62a.tar.gz PeerTube-55fa55a9be566cca2ba95322f2ae23b434aed62a.tar.zst PeerTube-55fa55a9be566cca2ba95322f2ae23b434aed62a.zip |
Server: add video abuse support
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
10 | hostname: 'localhost' | 10 | hostname: 'localhost' |
11 | port: 5432 | 11 | port: 5432 |
12 | suffix: '_dev' | 12 | suffix: '_dev' |
13 | username: peertube | 13 | username: 'peertube' |
14 | password: peertube | 14 | password: 'peertube' |
15 | 15 | ||
16 | # From the project root directory | 16 | # From the project root directory |
17 | storage: | 17 | storage: |