aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml4
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
4webserver: 4webserver:
5 https: false 5 https: false
6 host: 'localhost' 6 hostname: 'localhost'
7 port: 9000 7 port: 9000
8 8
9database: 9database:
10 host: 'localhost' 10 hostname: 'localhost'
11 port: 27017 11 port: 27017
12 suffix: '-dev' 12 suffix: '-dev'
13 13