Skip to content

Commit 44aad37

Browse files
authored
Merge pull request #22 from MicroPyramid/new_release
new release
2 parents 7bb4287 + fa9a515 commit 44aad37

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.runcode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ onCreate:
33
- sudo apt-get upgrade -y
44
- sudo corepack enable
55
- yarn
6+
- cp ENV.md .env
67

78
onStart:
89
- |

ENV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# List of env variables
22

3-
API_BASE_URL= "https://api.bottle-dev.com/"
3+
#Replace your django-crm API URL below
4+
REACT_APP_BASE_URL= "https://api.bottle-dev.com/api/"

0 commit comments

Comments
 (0)