diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml new file mode 100644 index 000000000..646113da4 --- /dev/null +++ b/config/default.yaml | |||
@@ -0,0 +1,21 @@ | |||
1 | listen: | ||
2 | port: 9000 | ||
3 | |||
4 | webserver: | ||
5 | https: false | ||
6 | host: 'localhost' | ||
7 | port: 9000 | ||
8 | |||
9 | database: | ||
10 | host: 'localhost' | ||
11 | port: 27017 | ||
12 | suffix: '-suffix' | ||
13 | |||
14 | # From the project root directory | ||
15 | storage: | ||
16 | certs: 'certs/' | ||
17 | uploads: 'uploads/' | ||
18 | logs: 'logs/' | ||
19 | |||
20 | network: | ||
21 | friends: [] | ||