diff --git a/jam-ui/.env.development b/jam-ui/.env.development deleted file mode 100644 index c48dd4fdc..000000000 --- a/jam-ui/.env.development +++ /dev/null @@ -1,17 +0,0 @@ -HOST=beta.jamkazam.local -PORT=4000 -REACT_APP_ORIGIN=jamkazam.local -REACT_APP_BASE_URL=http://beta.jamkazam.local:4000 -REACT_APP_CLIENT_BASE_URL=http://www.jamkazam.local:3000 -REACT_APP_API_BASE_URL=http://www.jamkazam.local:3000/api -REACT_APP_BITBUCKET_BUILD_NUMBER=dev -REACT_APP_BITBUCKET_COMMIT=dev -REACT_APP_ENV=development -REACT_APP_RECAPTCHA_ENABLED=false -REACT_APP_SITE_KEY=6Let8dgSAAAAAFheKGWrs6iaq_hIlPOZ2f3Bb56B -REACT_APP_GOOGLE_ANALYTICS_ID=G-MC9BTWXWY4 -PUBLIC_URL= -REACT_APP_COOKIE_DOMAIN=.jamkazam.local -REACT_APP_RECURLY_PUBLIC_API_KEY=ewr1-hvDV1xQxDw0HPaaRFP4KNE -REACT_APP_BRAINTREE_TOKEN=sandbox_pgjp8dvs_5v5rwm94m2vrfbms -REACT_APP_WEBSOCKET_GATEWAY_URL=ws://localhost:6767 \ No newline at end of file diff --git a/jam-ui/.gitignore b/jam-ui/.gitignore index 7cbf4cc42..085f18d8f 100644 --- a/jam-ui/.gitignore +++ b/jam-ui/.gitignore @@ -15,6 +15,7 @@ .DS_Store .env .env.local +.env.development .env.development.local .env.test.local .env.production.local