From 179f300c786dd69e4f4c9fb8a74b803c5a8acfb7 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:46:45 -0500 Subject: [PATCH] 944 publish env (#1043) * added staging .env files to repo * updated readme --- .env | 13 +++++++++++++ .gitignore | 1 - README.md | 1 - assets/.env | 13 +++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .env create mode 100644 assets/.env diff --git a/.env b/.env new file mode 100644 index 000000000..516fc2a2e --- /dev/null +++ b/.env @@ -0,0 +1,13 @@ +CHOREO_API = 'https://api.staging.pangea.chat' +FRONTEND_URL='https://app.staging.pangea.chat' + +SYNAPSE_URL = 'matrix.staging.pangea.chat' +CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873' + +RC_PROJECT = 'a499dc21' +RC_GOOGLE_KEY = 'goog_paQMrzFKGzuWZvcMTPkkvIsifJe' +RC_IOS_KEY = 'appl_DUPqnxuLjkBLzhBPTWeDjqNENuv' +RC_STRIPE_KEY = 'strp_YWZxWUeEfvagiefDNoofinaRCOl' +RC_OFFERING_NAME = 'test' + +STRIPE_MANAGEMENT_LINK = 'https://billing.stripe.com/p/login/test_9AQaI8d3O9lmaXe5kk' diff --git a/.gitignore b/.gitignore index 1071f4410..3b7d316e5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ .history .svn/ prime -*.env !/public/.env *.env.local_choreo *.env.prod diff --git a/README.md b/README.md index a1ad9f2b7..3e3a4d53a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ * Run “brew install cocoapods” to install cocoapods * Run “flutter doctor” and for any missing components, follow the instructions from the print out to install / setup * Clone the client repo -* Copy the .env file (and the .env.prod file, if you want to run production builds), into the root folder of the client and the assets/ folder. Contact Gabby for a copy of this file. * Uncomment the lines in the pubspec.yaml file in the assets section with paths to .env file * To run on iOS: * Run “flutter precache --ios” diff --git a/assets/.env b/assets/.env new file mode 100644 index 000000000..516fc2a2e --- /dev/null +++ b/assets/.env @@ -0,0 +1,13 @@ +CHOREO_API = 'https://api.staging.pangea.chat' +FRONTEND_URL='https://app.staging.pangea.chat' + +SYNAPSE_URL = 'matrix.staging.pangea.chat' +CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873' + +RC_PROJECT = 'a499dc21' +RC_GOOGLE_KEY = 'goog_paQMrzFKGzuWZvcMTPkkvIsifJe' +RC_IOS_KEY = 'appl_DUPqnxuLjkBLzhBPTWeDjqNENuv' +RC_STRIPE_KEY = 'strp_YWZxWUeEfvagiefDNoofinaRCOl' +RC_OFFERING_NAME = 'test' + +STRIPE_MANAGEMENT_LINK = 'https://billing.stripe.com/p/login/test_9AQaI8d3O9lmaXe5kk'