1
0
Fork 0

Use a filtered proxy without variables

This commit is contained in:
Chocobozzz 2020-01-22 09:24:26 +01:00
parent c76130067c
commit 6848b9f4b2
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 6 additions and 10 deletions

View file

@ -9,7 +9,7 @@ fi
killall -q peertube || true
perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "'"$PROXY_URL"'"#' config/test.yaml
perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "https://cpy.re:7899"#' config/test.yaml
if [ "$1" = "misc" ]; then
npm run build -- --light-fr