There was an error while loading. Please reload this page.
2 parents 7bb4287 + fa9a515 commit 44aad37Copy full SHA for 44aad37
.runcode.yaml
@@ -3,6 +3,7 @@ onCreate:
3
- sudo apt-get upgrade -y
4
- sudo corepack enable
5
- yarn
6
+ - cp ENV.md .env
7
8
onStart:
9
- |
ENV.md
@@ -1,3 +1,4 @@
1
# List of env variables
2
-API_BASE_URL= "https://api.bottle-dev.com/"
+#Replace your django-crm API URL below
+REACT_APP_BASE_URL= "https://api.bottle-dev.com/api/"
0 commit comments