airshipui/etc/airshipui.json.example
Matthew Fuller d053e593ac Persist airship config selection in airshipui.json file
This change:

1. Reads location of airship config file from "airshipConfigPath"
key in airshipui.json
2. If key does not exist, it is added to airshipui.json along with
the default path of $HOME/.airship/config
3. If a user initializes or specifies a config file in a different
location, that location will be written to airshipui.json and will
be used in place of the default

Change-Id: I1d4282be26729427d14de8b60778a347f5e4f681
2020-11-03 01:42:16 +00:00

16 lines
372 B
Plaintext
Executable File

{
"airshipConfigPath": "/home/ubuntu/.airship/config",
"webservice": {
"host": "<host>",
"port": <port>,
"publicKey": "<path>/<cert.pem>",
"privateKey": "<path>/<key.pem>"
},
"dashboards": [
{
"name": "Dash",
"baseURL": "https://<FQDN>",
"path": "/<example>/<path>"
}
]
}