|
26 | 26 | dev_PUSH_NOTIFICATION_ENABLED: "true" |
27 | 27 | dev_PUSH_ALLOWED_PROVIDERS: "android,ios" |
28 | 28 | dev_APPLICATION_NAME: "wallet-service-dev" |
29 | | - testnet_DEFAULT_SERVER: "https://wallet-service.private-nodes.testnet.hathor.network/v1a/" |
30 | | - testnet_WS_DOMAIN: "ws.wallet-service.testnet.hathor.network" |
31 | | - testnet_NETWORK: "testnet" |
32 | | - testnet_LOG_LEVEL: "debug" |
33 | | - testnet_NFT_AUTO_REVIEW_ENABLED: "true" |
34 | | - testnet_EXPLORER_STAGE: "testnet" |
35 | | - testnet_EXPLORER_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
36 | | - testnet_WALLET_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
37 | | - testnet_PUSH_NOTIFICATION_ENABLED: "true" |
38 | | - testnet_PUSH_ALLOWED_PROVIDERS: "android,ios" |
39 | | - testnet_APPLICATION_NAME: "wallet-service-testnet" |
40 | | - testnethotel_DEFAULT_SERVER: "https://wallet-service.private-nodes.hotel.testnet.hathor.network/v1a/" |
41 | | - testnethotel_WS_DOMAIN: "ws.wallet-service.hotel.testnet.hathor.network" |
42 | | - testnethotel_NETWORK: "testnet" |
43 | | - testnethotel_LOG_LEVEL: "debug" |
44 | | - testnethotel_NFT_AUTO_REVIEW_ENABLED: "true" |
45 | | - testnethotel_EXPLORER_STAGE: "hotel" |
46 | | - testnethotel_EXPLORER_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
47 | | - testnethotel_WALLET_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
48 | | - testnethotel_PUSH_NOTIFICATION_ENABLED: "true" |
49 | | - testnethotel_PUSH_ALLOWED_PROVIDERS: "android,ios" |
50 | | - testnethotel_APPLICATION_NAME: "wallet-service-testnet-hotel" |
51 | 29 | testnetindia_DEFAULT_SERVER: "https://wallet-service.private-nodes.india.testnet.hathor.network/v1a/" |
52 | 30 | testnetindia_WS_DOMAIN: "ws.wallet-service.india.testnet.hathor.network" |
53 | 31 | testnetindia_NETWORK: "testnet" |
|
113 | 91 | dev_ALERT_MANAGER_REGION: "WalletService/dev:ALERT_MANAGER_REGION" |
114 | 92 | dev_ALERT_MANAGER_TOPIC: "WalletService/dev:ALERT_MANAGER_TOPIC" |
115 | 93 | dev_ALERT_MANAGER_ACCOUNT_ID: "WalletService/dev:ALERT_MANAGER_ACCOUNT_ID" |
116 | | - # Testnet secrets |
117 | | - testnet_ACCOUNT_ID: "WalletService/testnet:account_id" |
118 | | - testnet_AUTH_SECRET: "WalletService/testnet:auth_secret" |
119 | | - testnet_AWS_VPC_DEFAULT_SG_ID: "WalletService/testnet:aws_vpc_default_sg_id" |
120 | | - testnet_AWS_SUBNET_ID_1: "WalletService/testnet:aws_subnet_id_1" |
121 | | - testnet_AWS_SUBNET_ID_2: "WalletService/testnet:aws_subnet_id_2" |
122 | | - testnet_AWS_SUBNET_ID_3: "WalletService/testnet:aws_subnet_id_3" |
123 | | - testnet_DB_NAME: "WalletService/rds/testnet:dbname" |
124 | | - testnet_DB_USER: "WalletService/rds/testnet:username" |
125 | | - testnet_DB_PASS: "WalletService/rds/testnet:password" |
126 | | - testnet_DB_ENDPOINT: "WalletService/rds/testnet:host" |
127 | | - testnet_DB_PORT: "WalletService/rds/testnet:port" |
128 | | - testnet_REDIS_URL: "WalletService/redis/testnet:url" |
129 | | - testnet_REDIS_PASSWORD: "WalletService/redis/testnet:password" |
130 | | - testnet_FIREBASE_PROJECT_ID: "WalletService/testnet:FIREBASE_PROJECT_ID" |
131 | | - testnet_FIREBASE_PRIVATE_KEY_ID: "WalletService/testnet:FIREBASE_PRIVATE_KEY_ID" |
132 | | - testnet_FIREBASE_PRIVATE_KEY: "WalletService/testnet:FIREBASE_PRIVATE_KEY" |
133 | | - testnet_FIREBASE_CLIENT_EMAIL: "WalletService/testnet:FIREBASE_CLIENT_EMAIL" |
134 | | - testnet_FIREBASE_CLIENT_ID: "WalletService/testnet:FIREBASE_CLIENT_ID" |
135 | | - testnet_FIREBASE_AUTH_URI: "WalletService/testnet:FIREBASE_AUTH_URI" |
136 | | - testnet_FIREBASE_TOKEN_URI: "WalletService/testnet:FIREBASE_TOKEN_URI" |
137 | | - testnet_FIREBASE_AUTH_PROVIDER_X509_CERT_URL: "WalletService/testnet:FIREBASE_AUTH_PROVIDER_X509_CERT_URL" |
138 | | - testnet_FIREBASE_CLIENT_X509_CERT_URL: "WalletService/testnet:FIREBASE_CLIENT_X509_CERT_URL" |
139 | | - testnet_ALERT_MANAGER_REGION: "WalletService/testnet:ALERT_MANAGER_REGION" |
140 | | - testnet_ALERT_MANAGER_TOPIC: "WalletService/testnet:ALERT_MANAGER_TOPIC" |
141 | | - testnet_ALERT_MANAGER_ACCOUNT_ID: "WalletService/testnet:ALERT_MANAGER_ACCOUNT_ID" |
142 | | - # Testnet Hotel secrets |
143 | | - testnethotel_ACCOUNT_ID: "WalletService/testnet-hotel:account_id" |
144 | | - testnethotel_AUTH_SECRET: "WalletService/testnet-hotel:auth_secret" |
145 | | - testnethotel_AWS_VPC_DEFAULT_SG_ID: "WalletService/testnet-hotel:aws_vpc_default_sg_id" |
146 | | - testnethotel_AWS_SUBNET_ID_1: "WalletService/testnet-hotel:aws_subnet_id_1" |
147 | | - testnethotel_AWS_SUBNET_ID_2: "WalletService/testnet-hotel:aws_subnet_id_2" |
148 | | - testnethotel_AWS_SUBNET_ID_3: "WalletService/testnet-hotel:aws_subnet_id_3" |
149 | | - testnethotel_DB_NAME: "WalletService/rds/testnet-hotel:dbname" |
150 | | - testnethotel_DB_USER: "WalletService/rds/testnet-hotel:username" |
151 | | - testnethotel_DB_PASS: "WalletService/rds/testnet-hotel:password" |
152 | | - testnethotel_DB_ENDPOINT: "WalletService/rds/testnet-hotel:host" |
153 | | - testnethotel_DB_PORT: "WalletService/rds/testnet-hotel:port" |
154 | | - testnethotel_REDIS_URL: "WalletService/redis/testnet-hotel:url" |
155 | | - testnethotel_REDIS_PASSWORD: "WalletService/redis/testnet-hotel:password" |
156 | | - testnethotel_FIREBASE_PROJECT_ID: "WalletService/testnet-hotel:FIREBASE_PROJECT_ID" |
157 | | - testnethotel_FIREBASE_PRIVATE_KEY_ID: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY_ID" |
158 | | - testnethotel_FIREBASE_PRIVATE_KEY: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY" |
159 | | - testnethotel_FIREBASE_CLIENT_EMAIL: "WalletService/testnet-hotel:FIREBASE_CLIENT_EMAIL" |
160 | | - testnethotel_FIREBASE_CLIENT_ID: "WalletService/testnet-hotel:FIREBASE_CLIENT_ID" |
161 | | - testnethotel_FIREBASE_AUTH_URI: "WalletService/testnet-hotel:FIREBASE_AUTH_URI" |
162 | | - testnethotel_FIREBASE_TOKEN_URI: "WalletService/testnet-hotel:FIREBASE_TOKEN_URI" |
163 | | - testnethotel_FIREBASE_AUTH_PROVIDER_X509_CERT_URL: "WalletService/testnet-hotel:FIREBASE_AUTH_PROVIDER_X509_CERT_URL" |
164 | | - testnethotel_FIREBASE_CLIENT_X509_CERT_URL: "WalletService/testnet-hotel:FIREBASE_CLIENT_X509_CERT_URL" |
165 | | - testnethotel_ALERT_MANAGER_REGION: "WalletService/testnet-hotel:ALERT_MANAGER_REGION" |
166 | | - testnethotel_ALERT_MANAGER_TOPIC: "WalletService/testnet-hotel:ALERT_MANAGER_TOPIC" |
167 | | - testnethotel_ALERT_MANAGER_ACCOUNT_ID: "WalletService/testnet-hotel:ALERT_MANAGER_ACCOUNT_ID" |
168 | 94 | # Testnet India secrets |
169 | 95 | testnetindia_ACCOUNT_ID: "WalletService/testnet-india:account_id" |
170 | 96 | testnetindia_AUTH_SECRET: "WalletService/testnet-india:auth_secret" |
|
0 commit comments