diff options
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml new file mode 100644 index 000000000..8a667a001 --- /dev/null +++ b/config/test.yaml | |||
@@ -0,0 +1,9 @@ | |||
1 | listen: | ||
2 | port: 9000 | ||
3 | |||
4 | webserver: | ||
5 | https: false | ||
6 | |||
7 | database: | ||
8 | host: 'localhost' | ||
9 | port: 27017 | ||