diff --git a/.env b/.env new file mode 100644 index 000000000..dd7ed3cd8 --- /dev/null +++ b/.env @@ -0,0 +1,6 @@ +BASE_API='https://api.staging.pangea.chat/api/v1' +CHOREO_API = 'https://api.staging.pangea.chat' +FRONTEND_URL='https://app.staging.pangea.chat' +SYNAPSE_URL = 'matrix.staging.pangea.chat' +CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873' +SUPPORT_SPACE_ID = '!gqSNSkvwTpgumyjLsV:staging.pangea.chat' \ No newline at end of file diff --git a/.gitignore b/.gitignore index ee552d07a..534baafd5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ prime !/public/.env *.env.local_choreo *.env.prod -*.env # libolm package /assets/js/package diff --git a/assets/.env b/assets/.env new file mode 100644 index 000000000..dd7ed3cd8 --- /dev/null +++ b/assets/.env @@ -0,0 +1,6 @@ +BASE_API='https://api.staging.pangea.chat/api/v1' +CHOREO_API = 'https://api.staging.pangea.chat' +FRONTEND_URL='https://app.staging.pangea.chat' +SYNAPSE_URL = 'matrix.staging.pangea.chat' +CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873' +SUPPORT_SPACE_ID = '!gqSNSkvwTpgumyjLsV:staging.pangea.chat' \ No newline at end of file