diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..94a4cee --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +REACT_APP_URL='https://jupiter.nearle.app/live/api/v1' +REACT_APP_URL2='https://jupiter.nearle.app/live/api/v2' +REACT_APP_STAFF_TOKEN='' diff --git a/.env.staging b/.env.staging new file mode 100644 index 0000000..0f8a209 --- /dev/null +++ b/.env.staging @@ -0,0 +1,3 @@ +REACT_APP_URL='https://jupiter.nearle.app/live/api/v1' +REACT_APP_URL2='https://jupiter.nearle.app/live/api/v2' +REACT_APP_STAFF_TOKEN='' \ No newline at end of file