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 <46800240+ggurdin@users.noreply.github.com> Co-authored-by: ggurdin <ggurdin@gmail.com>pull/1544/head
parent
2c88e6038b
commit
e417af93fa
@ -1,6 +1,14 @@
|
|||||||
BASE_API='https://api.staging.pangea.chat/api/v1'
|
|
||||||
CHOREO_API = 'https://api.staging.pangea.chat'
|
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'
|
SYNAPSE_URL = 'matrix.staging.pangea.chat'
|
||||||
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
|
CHOREO_API_KEY = 'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873'
|
||||||
|
|
||||||
|
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'
|
SUPPORT_SPACE_ID = '!gqSNSkvwTpgumyjLsV:staging.pangea.chat'
|
||||||
Loading…
Reference in New Issue