forked from TosiDrop/vm-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
59 lines (40 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
###
# Configuration example
# Enable experimental Airdrop functionality (default: false)
#AIRDROP_ENABLED=true
# Pre-configured network name (default: preview)
#CARDANO_NETWORK=mainnet
# Pre-shared Key header to gate VM API call for /healthz checking (optional)
#CLOUDFLARE_PSK=
# DataDog API key (optional)
#DD_API_KEY=
# System user to grant Docker access if MANAGE_DOCKER=true (default: ubuntu)
#DOCKER_USERS=centos
# Koios API URL (default: preview API)
#KOIOS_URL="https://api.koios.rest/api/v0"
# Manage DataDog with Ansible, requires DD_API_KEY (default: false)
#MANAGE_DATADOG=true
# Manage Docker with Ansible (default: true)
#MANAGE_DOCKER=false
# Log output format for Express/morgan (default: dev)
#LOG_TYPE=combined
# Fee for native platform token (default: 500000)
#NATIVE_TOKEN_FEE=500000
# Native platform token (optional)
#NATIVE_TOKEN_ID=a8a1dccea2e378081f2d500d98d022dd3c0bd77afd9dbc7b55a9d21b.63544f5349
# Premium token fee (default: 500000)
#TOSIFEE=500000
# Comma-separated list of stake pools which are not charged a premium fee (default: empty)
#TOSIFEE_WHITELIST=pool104v7kzpq86r0wnfsz8r7jeld2raap92qq84trjcqk62zyh9akqt
# Access token for the Vending Machine API (required)
#VM_API_TOKEN="CHANGEME"
# Git branch to track and Docker image tag (default: master)
#VM_BRANCH=master
# Docker image tag (default: value of VM_BRANCH)
#VM_IMAGE_TAG=master
# Port to run image under (default: 3000)
#VM_PORT=3000
# Vending Machine API URL (default: preview API)
#VM_URL="https://vm.adaseal.eu"
# enable ergo side
#ERGO_ENABLED=false