-
Notifications
You must be signed in to change notification settings - Fork 0
/
set_testnet_env_vars.sh
31 lines (24 loc) · 1.34 KB
/
set_testnet_env_vars.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Note this secret has to be same for company-web & company-api in order to make CSRF work
# As FE uses staging ENV for local testing, this should be in sync with Staging API Secret
export COMPANY_SECRET_KEY_BASE='d7fc903814520a0d60bae026cbf7fb18272f4deff1a74f1125074177676b4d44cbfcf454ea48cc7ae95630c554caa4e481b8e394d0f00b5a93fae249e0980c25'
# Core ENV Details
export CW_SUB_ENV='sandbox'
# Cloudfront details
export CW_CLOUDFRONT_DOMAIN=''
# Company API details
export CW_ROOT_URL='http://developmentost.com:8080/'
export CW_CA_ROOT_URL='http://testnetkit.developmentost.com:8080/'
# Basic Auth credentials
export CW_BASIC_AUTH_USERNAME='ost'
export CW_BASIC_AUTH_PASSWORD='A$F^&n!@$ghf%7'
export CA_REDIS_ENDPOINT="redis://ca:st123@127.0.0.1:6379"
export CW_SK_ADMIN_PW="7BU]K]9Lz)_3ZADr"
# OST Other Product Urls
export COMPANY_KIT_ROOT_URL='http://testnetkit.developmentost.com:8080/'
export COMPANY_KYC_ROOT_URL='http://kyc.developmentost.com:8080/'
export COMPANY_VIEW_ROOT_URL='http://view.developmentost.com:8080/'
export COMPANY_SIMPLE_TOKEN_URL='http://developmentsimpletoken.org:8080/'
export COMPANY_TOKEN_SALE_URL='http://sale.developmentsimpletoken.org:8080/'
# OST.com (token sale account) Pepo Campaigns Account details
export STW_CAMPAIGN_ENCRYPTED_CLIENT_ID='bfda650a78cf3e2d2b1476931cb3c1fb'
export STW_CAMPAIGN_ENCRYPTED_LIST_ID='01bb39c3b883a6e5'