-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (35 loc) · 1.01 KB
/
config.toml
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
41
42
43
44
45
46
47
48
49
50
51
#---------------------------------------
# Config file of ntui app
#---------------------------------------
#Home Directory of ntui
Home_Dir = ""
#Set the config path from where all configs should be read
#Config_Path = ""
#Set log levels, default: info (info|error|warn)
#Log_Level = "info"
#Set custom log directory for storing ntui app logs
#Log_Dir = ""
#Set ntui screen table data refresh rate, default: 5
#Refresh_Rate = 5
#Set Nomad HTTP authentication credentials, format username:password
#Nomad_Http_Auth = ""
#Set Nomad Server URL
Nomad_Server_Base_Url = ""
#Set Nomad ACL Token
#Nomad_Token = ""
#Set Default Nomad Cluster Region
Nomad_Region = ""
#Set Default Nomad Region's Namespace
Nomad_Namespace = ""
#Set Nomad CA certificate
#Nomad_Cacert = ""
#Set Nomad CA path
#Nomad_Capath = ""
#Set Nomad Client Certificate
#Nomad_Client_Cert = ""
#Set Nomad Client Certificate Key
#Nomad_Client_Key = ""
#Set Nomad TLS server
#Nomad_Tls_Server = ""
#Set If skip certificate verify
#Nomad_Skip_Verify = false