chore: 🔧 add example env file

This commit is contained in:
AP 2020-05-20 07:02:40 +02:00
parent 43fedeab6e
commit 0fb67c45b8

23
.env Normal file
View 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'