diff options
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 0939ae4ba..ad87191fd 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -6,6 +6,7 @@ webserver: | |||
6 | hostname: 'localhost' | 6 | hostname: 'localhost' |
7 | port: 9000 | 7 | port: 9000 |
8 | 8 | ||
9 | # Your database name will be "peertube"+database.suffix | ||
9 | database: | 10 | database: |
10 | hostname: 'localhost' | 11 | hostname: 'localhost' |
11 | port: 5432 | 12 | port: 5432 |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 231e3deeb..ba7ff8f2e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -7,6 +7,7 @@ webserver: | |||
7 | hostname: 'example.com' | 7 | hostname: 'example.com' |
8 | port: 80 | 8 | port: 80 |
9 | 9 | ||
10 | # Your database name will be "peertube"+database.suffix | ||
10 | database: | 11 | database: |
11 | hostname: 'localhost' | 12 | hostname: 'localhost' |
12 | port: 5432 | 13 | port: 5432 |