mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-20 13:34:30 +01:00
chore: 🔧 add example env file
This commit is contained in:
parent
43fedeab6e
commit
0fb67c45b8
1 changed files with 23 additions and 0 deletions
23
.env
Normal file
23
.env
Normal file
|
@ -0,0 +1,23 @@
|
|||
# -----------
|
||||
# Server Configs
|
||||
# -----------
|
||||
# LOG_LEVEL='info'
|
||||
# HODL_KEY='HODL_HODL_API_KEY'
|
||||
# BASE_PATH='/basePath'
|
||||
|
||||
# -----------
|
||||
# Interface Configs
|
||||
# -----------
|
||||
# THEME='dark'
|
||||
# CURRENCY='sat'
|
||||
# FETCH_PRICES=false
|
||||
# FETCH_FEES=false
|
||||
|
||||
# -----------
|
||||
# Account Configs
|
||||
# -----------
|
||||
# ACCOUNT_CONFIG_PATH='/path/to/config/thubConfig.yaml'
|
||||
# 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'
|
Loading…
Add table
Reference in a new issue