Update launch.sh
Browse files
launch.sh
CHANGED
|
@@ -13,7 +13,7 @@ fi
|
|
| 13 |
echo "config.yaml downloaded successfully"
|
| 14 |
|
| 15 |
# Set any required environment variables (optional)
|
| 16 |
-
export ARG="--port 7860 --proxies http://
|
| 17 |
|
| 18 |
# Start the server
|
| 19 |
exec ./server ${ARG}
|
|
|
|
| 13 |
echo "config.yaml downloaded successfully"
|
| 14 |
|
| 15 |
# Set any required environment variables (optional)
|
| 16 |
+
export ARG="--port 7860 --proxies http://brd-customer-hl_eceedea4-zone-datacenter_proxy1:e27i2z1j0uje@brd.superproxy.io:22225"
|
| 17 |
|
| 18 |
# Start the server
|
| 19 |
exec ./server ${ARG}
|