diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-17 10:55:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-17 11:42:50 +0200 |
commit | faa9d434b4d681837ff2a87603337c2623419669 (patch) | |
tree | 1f3c798dd6fd5f2dcbb019978f063f448c019974 /config/test.yaml | |
parent | 982f2fc9b42537ca40ff29bf62c1ca3692d4b587 (diff) | |
download | PeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.gz PeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.zst PeerTube-faa9d434b4d681837ff2a87603337c2623419669.zip |
Update server dependencies
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/test.yaml b/config/test.yaml index fb37ff8c7..8e887407e 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -87,8 +87,8 @@ import: | |||
87 | http: | 87 | http: |
88 | enabled: true | 88 | enabled: true |
89 | proxy: | 89 | proxy: |
90 | enabled: false | 90 | enabled: true |
91 | url: "" | 91 | url: "http://188.165.225.149:7899" |
92 | torrent: | 92 | torrent: |
93 | enabled: true | 93 | enabled: true |
94 | 94 | ||