AMPTemplates/gatekeeperv2metaconfig.json
IceOfWraith ccbaac7f73
Add GatekeeperV2 Bot (#163)
* Add GatekeeperV2 Bot (draft)

This is a dedicated generic config to host the WIP bot created by k8thekat here:
https://github.com/k8thekat/GatekeeperV2

* Update settings and startup arg

* Update for release

* Update manifest.json

* Update gatekeeperv2.kvp

* Update manifest.json

* Update gatekeeperv2.kvp

* Fixing Suggestions
2022-08-05 23:32:35 -05:00

21 lines
414 B
JSON

[
{
"ConfigFile": "GatekeeperV2-main/tokens.py",
"AutoMap": false,
"ConfigType": "kvp",
"ConfigFormat": "{0} = '{1}'",
"Subsections": [
{
"Heading": "$root",
"SettingMappings": {
"token": "token",
"AMPUser": "AMPUser",
"AMPPassword": "AMPPassword",
"AMPAuth": "AMPAuth",
"AMPurl": "AMPurl"
}
}
]
}
]