forked from krille-chan/fluffychat
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using choreo with matrix token (2) (#1242)
* using choreo with matrixç * removed old stuff * removed old stuff2 * merge and removed matrix-access-token header --------- Co-authored-by: ggurdin <[email protected]> Co-authored-by: ggurdin <[email protected]>
- Loading branch information
1 parent
2c88e60
commit e417af9
Showing
8 changed files
with
31 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
BASE_API='https://api.staging.pangea.chat/api/v1' | ||
CHOREO_API = 'https://api.staging.pangea.chat' | ||
FRONTEND_URL='https://app.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' | ||
|
||
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' | ||
|
||
SUPPORT_SPACE_ID = '!gqSNSkvwTpgumyjLsV:staging.pangea.chat' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,14 +46,6 @@ class Environment { | |
'https://[email protected]/1376295'; | ||
} | ||
|
||
static String get rcProjectId { | ||
return dotenv.env["RC_PROJECT"] ?? 'a499dc21'; | ||
} | ||
|
||
static String get rcKey { | ||
return dotenv.env["RC_KEY"] ?? 'sk_eVGBdPyInaOfJrKlPBgFVnRynqKJB'; | ||
} | ||
|
||
static String get rcGoogleKey { | ||
return dotenv.env["RC_GOOGLE_KEY"] ?? 'goog_paQMrzFKGzuWZvcMTPkkvIsifJe'; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters