-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
38 lines (37 loc) · 1.26 KB
/
.env.example
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
32
33
34
35
36
37
38
AWS_ACCOUNT_ID=aws_account_id
AWS_ACCESS_KEY_ID=aws_access_key_id
AWS_SECRET_ACCESS_KEY=secret_access_key
AWS_DEFAULT_REGION=eu-central-1
AWS_VPC_DEFAULT_SG_ID=vpc_default
AWS_SUBNET_ID_1=subnet1
AWS_SUBNET_ID_2=subnet2
AWS_SUBNET_ID_3=subnet3
API_PORT=3001
LAMBDA_INVOKE_URL=http://explorer-service:3002/
DATA_AGGREGATOR_LAMBDA_NAME=hathor-explorer-service-dev-node_data_aggregator_handler
HATHOR_CORE_URL=https://node.explorer.testnet.hathor.network
HATHOR_NODES=https://node.explorer.testnet.hathor.network
REDIS_KEY_PREFIX=hathor-explorer-service-dev
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
S3_ENDPOINT=http://explorer-service:4569/
METADATA_BUCKET=metadata-testnet
CORS_ALLOWED_REGEX=https?
NODE_CACHE_TTL=30
ELASTIC_CLOUD_ID=elastic_cloud_id
ELASTIC_USER=elastic
ELASTIC_PASSWORD=elastic_password
ELASTIC_INDEX=elastic_index
ELASTIC_TX_INDEX=elastic_tx_index
ELASTIC_TOKEN_BALANCES_INDEX=elastic_token_balances_index
ELASTIC_RESULTS_PER_PAGE=10
ELASTIC_SEARCH_TIMEOUT=25
WALLET_SERVICE_DB_USERNAME=wallet_service_user
WALLET_SERVICE_DB_PASSWORD=password
WALLET_SERVICE_DB_HOST=127.0.0.1
WALLET_SERVICE_DB_NAME=wallet_service_ci
HEALTHCHECK_HATHOR_CORE_ENABLED=True
HEALTHCHECK_WALLET_SERVICE_DB_ENABLED=False
HEALTHCHECK_ELASTICSEARCH_ENABLED=False
HEALTHCHECK_REDIS_ENABLED=False