retropilot-server/static/patches/retropilot-uat-api.patch

12 lines
274 B
Diff
Raw Normal View History

2022-03-23 09:41:20 -06:00
diff --git a/launch_openpilot.sh b/launch_openpilot.sh
index 1525e1715..a58067926 100755
--- a/launch_openpilot.sh
+++ b/launch_openpilot.sh
@@ -1,5 +1,6 @@
#!/usr/bin/bash
2022-04-14 08:41:45 -06:00
2022-03-23 09:41:20 -06:00
export PASSIVE="0"
2022-04-20 13:15:06 -06:00
+export API_HOST="https://uat.api.retropilot.org"
2022-03-23 09:41:20 -06:00
exec ./launch_chffrplus.sh
2022-04-14 08:41:45 -06:00