This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
62 lines (42 loc) · 1.59 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
60
61
62
###
# Configuration example
# Enable experimental Airdrop functionality (default: false)
#AIRDROP_ENABLED=true
# Pre-configured network name (default: preview)
#CARDANO_NETWORK=mainnet
# Enable serving client from server
#CLAIM_ENABLED=false
# 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/v1"
# 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=5612bee388219c1b76fd527ed0fa5aa1d28652838bcab4ee4ee63197.446973636f696e
# Premium token fee (default: 500000)
#CLAIM_FEE=500000
# Comma-separated list of stake pools which are not charged a premium fee (default: empty)
#CLAIM_FEE_WHITELIST=pool104v7kzpq86r0wnfsz8r7jeld2raap92qq84trjcqk62zyh9akqt
# Access token for the Vending Machine API (required)
#VM_API_TOKEN="CHANGEME"
# Git branch to track and Docker image tag (default: main)
#VM_BRANCH=main
# Docker image tag (default: value of VM_BRANCH)
#VM_IMAGE_TAG=main
# 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