diff options
Diffstat (limited to 'config/default.yaml')
-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 909bec177..ad27b4eb8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -3,11 +3,11 @@ listen: | |||
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | https: false | 5 | https: false |
6 | host: 'localhost' | 6 | hostname: 'localhost' |
7 | port: 9000 | 7 | port: 9000 |
8 | 8 | ||
9 | database: | 9 | database: |
10 | host: 'localhost' | 10 | hostname: 'localhost' |
11 | port: 27017 | 11 | port: 27017 |
12 | suffix: '-dev' | 12 | suffix: '-dev' |
13 | 13 | ||