diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 90f4b9466..0939ae4ba 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -8,8 +8,10 @@ webserver: | |||
8 | 8 | ||
9 | database: | 9 | database: |
10 | hostname: 'localhost' | 10 | hostname: 'localhost' |
11 | port: 27017 | 11 | port: 5432 |
12 | suffix: '-dev' | 12 | suffix: '_dev' |
13 | username: 'peertube' | ||
14 | password: 'peertube' | ||
13 | 15 | ||
14 | # From the project root directory | 16 | # From the project root directory |
15 | storage: | 17 | storage: |