-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
18 lines (18 loc) · 903 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"clusters":[
{"name":"<Friendly name of the Qumulo Cluster>",
"sqlite_db_path":"<Full local path of the SQLITE db. It will be created when the app runs the first time>",
"csv_data_path":"<Full local path of the location to save the CSVs of Qumulo API data>",
"hostname":"<Hostname of Qumulo storage cluster>",
"api_username":"<API user name for Qumulo storage cluster>",
"api_password":"<API password for Qumulo storage cluster>"
}
],
"email_account":{
"server":"<smtp server and port, if necessary. if you're using google/gmail, it's smtp.gmail.com:465>",
"from_email_address":"<from email address>",
"account_username":"<smtp user name (or google/gmail email address)>",
"account_password":"<smtp password (or google/gmail password)>"
},
"url":"<hostname to be used in email links>:8080"
}