2020-06-27 13:18:26 +02:00
|
|
|
# -----------
|
|
|
|
# IMPORTANT
|
2020-07-16 22:50:21 +02:00
|
|
|
# Create a new file called .env.local and copy
|
2020-06-27 13:18:26 +02:00
|
|
|
# the environment variables that you want to
|
|
|
|
# change to this file. This way they won't be
|
|
|
|
# overwritten when you update thunderhub.
|
|
|
|
# -----------
|
|
|
|
|
2020-05-20 07:02:40 +02:00
|
|
|
# -----------
|
|
|
|
# Server Configs
|
|
|
|
# -----------
|
|
|
|
# LOG_LEVEL='info'
|
2021-12-20 16:40:44 +01:00
|
|
|
# LOG_JSON=true
|
2020-12-25 21:42:19 +01:00
|
|
|
# TOR_PROXY_SERVER=socks://127.0.0.1:9050
|
2021-12-16 23:26:38 +01:00
|
|
|
# DISABLE_TWOFA=true
|
2020-05-20 07:02:40 +02:00
|
|
|
|
2021-09-28 14:26:04 +02:00
|
|
|
# -----------
|
|
|
|
# URLs
|
|
|
|
# -----------
|
|
|
|
# MEMPOOL_URL='https://mempool.space'
|
|
|
|
|
2020-05-20 07:02:40 +02:00
|
|
|
# -----------
|
|
|
|
# Interface Configs
|
|
|
|
# -----------
|
|
|
|
# THEME='dark'
|
|
|
|
# CURRENCY='sat'
|
2020-06-09 21:43:04 +02:00
|
|
|
|
2022-01-30 22:07:05 +01:00
|
|
|
# -----------
|
|
|
|
# Subscription Configs
|
|
|
|
# -----------
|
|
|
|
# DISABLE_ALL_SUBS=true
|
|
|
|
# DISABLE_INVOICE_SUB=true
|
|
|
|
# DISABLE_PAYMENT_SUB=true
|
|
|
|
# DISABLE_FORWARD_SUB=true
|
2023-12-14 13:42:38 +01:00
|
|
|
# DISABLE_FORWARD_REQUESTS_SUB=true
|
2022-01-30 22:07:05 +01:00
|
|
|
# DISABLE_CHANNEL_SUB=true
|
|
|
|
# DISABLE_BACKUP_SUB=true
|
|
|
|
|
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
|
|
|
# DISABLE_LINKS=true
|
2020-10-10 19:56:48 +02:00
|
|
|
# DISABLE_LNMARKETS=true
|
2020-06-09 21:43:04 +02:00
|
|
|
# NO_VERSION_CHECK=true
|
2020-05-20 07:02:40 +02:00
|
|
|
|
|
|
|
# -----------
|
|
|
|
# Account Configs
|
|
|
|
# -----------
|
|
|
|
# ACCOUNT_CONFIG_PATH='/path/to/config/thubConfig.yaml'
|
2021-12-16 23:26:38 +01:00
|
|
|
# MASTER_PASSWORD_OVERRIDE='secretPasswordForAllAccounts'
|
2020-12-21 00:01:07 +01:00
|
|
|
# YML_ENV_1=''
|
|
|
|
# YML_ENV_2=''
|
|
|
|
# YML_ENV_3=''
|
|
|
|
# YML_ENV_4=''
|
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'
|
2020-12-15 22:45:57 +01:00
|
|
|
# DANGEROUS_NO_SSO_AUTH=false
|
|
|
|
# LOGOUT_URL='http://thunderhub.io'
|
2020-12-16 13:58:16 +01:00
|
|
|
|
|
|
|
# -----------
|
|
|
|
# SSL Config
|
|
|
|
# -----------
|
|
|
|
# PUBLIC_URL='app.example.com'
|
|
|
|
# SSL_PORT=8080
|
|
|
|
# SSL_SAVE=true
|