-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy path.env
40 lines (35 loc) · 858 Bytes
/
.env
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
# -----------
# IMPORTANT
# Create a new file called .env.local and copy
# the environment variables that you want to
# change to this file. This way they won't be
# overwritten when you update thunderhub.
# -----------
# -----------
# Server Configs
# -----------
# LOG_LEVEL='info'
# BASE_PATH='/basePath'
# -----------
# Interface Configs
# -----------
# THEME='dark'
# CURRENCY='sat'
# -----------
# Privacy Configs
# -----------
# FETCH_PRICES=false
# FETCH_FEES=false
# DISABLE_LINKS=true
# NO_VERSION_CHECK=true
# -----------
# Account Configs
# -----------
# ACCOUNT_CONFIG_PATH='/path/to/config/thubConfig.yaml'
# -----------
# SSO Account Configs
# -----------
# 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'