From 7334da81e3fab8f84d389967efbaf8e80a199ccf Mon Sep 17 00:00:00 2001 From: ggurdin Date: Tue, 10 Dec 2024 11:50:31 -0500 Subject: [PATCH] added .env file back to repo --- .env | 6 ++++++ .gitignore | 1 - assets/.env | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .env create mode 100644 assets/.env 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