Files
snapp-cli/Resources/defaultconfig.json
Fergal Moran 2daa52aa04 Initial commit
2024-07-26 17:01:40 +01:00

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>"
}
}
]
}