diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:48:55 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:48:55 +0200 |
commit | 5683534893025b962cfb14fe5c1319b0b278e77d (patch) | |
tree | 511abb0daae58b17c55395a84eb5a80953849e63 /config | |
parent | 82221ac920ad2e6bafc742a09fa1636899d4173e (diff) | |
download | PeerTube-5683534893025b962cfb14fe5c1319b0b278e77d.tar.gz PeerTube-5683534893025b962cfb14fe5c1319b0b278e77d.tar.zst PeerTube-5683534893025b962cfb14fe5c1319b0b278e77d.zip |
Remove references to Electron
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 | ||