Use a filtered proxy without variables
This commit is contained in:
parent
c76130067c
commit
6848b9f4b2
4 changed files with 6 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue