Merge pull request #1201 from pangeachat/replace-env

added .env file back to repo
This commit is contained in:
ggurdin 2024-12-10 11:50:57 -05:00 committed by GitHub
commit 2b1ca93bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

6
.env Normal file
View file

@ -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'

1
.gitignore vendored
View file

@ -14,7 +14,6 @@ prime
!/public/.env
*.env.local_choreo
*.env.prod
*.env
# libolm package
/assets/js/package

6
assets/.env Normal file
View file

@ -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'