thunderhub/.env

36 lines
712 B
Bash
Raw Normal View History

2020-05-20 07:02:40 +02:00
# -----------
# Server Configs
# -----------
# LOG_LEVEL='info'
# HODL_KEY='HODL_HODL_API_KEY'
# BASE_PATH='/basePath'
# -----------
# Interface Configs
# -----------
# THEME='dark'
# CURRENCY='sat'
2020-06-09 21:43:04 +02:00
# -----------
# Privacy Configs
# -----------
2020-05-20 07:02:40 +02:00
# FETCH_PRICES=false
# FETCH_FEES=false
2020-06-09 21:43:04 +02:00
# HODL_HODL=false
# DISABLE_LINKS=true
# NO_CLIENT_ACCOUNTS=true
# NO_VERSION_CHECK=true
2020-05-20 07:02:40 +02:00
# -----------
# Account Configs
# -----------
# ACCOUNT_CONFIG_PATH='/path/to/config/thubConfig.yaml'
2020-06-09 21:43:04 +02:00
# -----------
# SSO Account Configs
# -----------
2020-05-20 07:02:40 +02:00
# COOKIE_PATH='/path/to/cookie/.cookie'
# SSO_SERVER_URL='127.0.0.1:10009'
# SSO_CERT_PATH='/path/to/certificate/tls.cert'
# SSO_MACAROON_PATH='/path/to/folder/containing/macaroons'