aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/test.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 87b72aa3b..b5fd7b06d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -20,3 +20,6 @@ storage:
20 20
21network: 21network:
22 friends: [] 22 friends: []
23
24electron:
25 debug: false
diff --git a/config/test.yaml b/config/test.yaml
index 8a667a001..7f893bc4f 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -7,3 +7,6 @@ webserver:
7database: 7database:
8 host: 'localhost' 8 host: 'localhost'
9 port: 27017 9 port: 27017
10
11electron:
12 debug: false