mirror of
https://github.com/t94j0/AIRMASTER
synced 2026-06-08 17:42:17 +00:00
Added example config file
This commit is contained in:
@@ -57,7 +57,7 @@ The help *should* be obvious, so if you are stuck, try using `AIRMASTER --help`.
|
||||
|
||||
## Config
|
||||
|
||||
You can access the configuration by editing the `~/.AIRMASTER.yaml` file.
|
||||
You can access the configuration by editing the `~/.AIRMASTER.json` file.
|
||||
|
||||
The options are:
|
||||
* (*) user - Used for whois data
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"godaddyKey": "UzQxLikm_46KxDFnbjN7cQjmw6wocia",
|
||||
"godaddySecret": "46L26ydpkwMaKZV6uVdDWe",
|
||||
"first": "Max",
|
||||
"last": "Harley",
|
||||
"organization": "Max Co.",
|
||||
"title": "CEO",
|
||||
"email": "maxh@maxh.io",
|
||||
"phone": "+1.9999999",
|
||||
"address": "1 Awesome Dr.",
|
||||
"city": "Charleston",
|
||||
"state": "SC",
|
||||
"postal": "2946X",
|
||||
"country_code": "US"
|
||||
}
|
||||
Reference in New Issue
Block a user