diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-11 20:43:07 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:23:11 +0200 |
commit | 09bc69df7a82ff7c7a3bc4d8c9feef8a64a7c517 (patch) | |
tree | 749d91ec074bc1a90c29c53368fc705c89b607bb /config/test.yaml | |
parent | 504b79cb6753c9b4fb48875a205afc8fd9b8e353 (diff) | |
download | PeerTube-09bc69df7a82ff7c7a3bc4d8c9feef8a64a7c517.tar.gz PeerTube-09bc69df7a82ff7c7a3bc4d8c9feef8a64a7c517.tar.zst PeerTube-09bc69df7a82ff7c7a3bc4d8c9feef8a64a7c517.zip |
Add debug electron setting
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |||
7 | database: | 7 | database: |
8 | host: 'localhost' | 8 | host: 'localhost' |
9 | port: 27017 | 9 | port: 27017 |
10 | |||
11 | electron: | ||
12 | debug: false | ||