diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 4 |
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 |
18 | storage: | 18 | storage: |