mirror of
https://github.com/fergalmoran/snapp-cli.git
synced 2025-12-22 10:00:52 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"Servers": [
|
|
{
|
|
"Default": {
|
|
"ApiKey": "<YOUR_API_KEY>",
|
|
"ServerUrl": "<YOUR_SNAPP_SERVER_URL>"
|
|
},
|
|
"Other": {
|
|
"ApiKey": "<YOUR_OTHER_API_KEY>",
|
|
"ServerUrl": "<YOUR_OTHER_SNAPP_SERVER_URL>"
|
|
}
|
|
}
|
|
]
|
|
}
|