diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/test.yaml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/config/default.yaml b/config/default.yaml index b44be31b0..6a1e22204 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -18,6 +18,3 @@ storage: | |||
18 | logs: 'logs/' | 18 | logs: 'logs/' |
19 | thumbnails: 'thumbnails/' | 19 | thumbnails: 'thumbnails/' |
20 | torrents: 'torrents/' | 20 | torrents: 'torrents/' |
21 | |||
22 | electron: | ||
23 | debug: false | ||
diff --git a/config/test.yaml b/config/test.yaml index 7f893bc4f..8a667a001 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -7,6 +7,3 @@ webserver: | |||
7 | database: | 7 | database: |
8 | host: 'localhost' | 8 | host: 'localhost' |
9 | port: 27017 | 9 | port: 27017 |
10 | |||
11 | electron: | ||
12 | debug: false | ||