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
This commit is contained in:
20
gatekeeperv2metaconfig.json
Normal file
20
gatekeeperv2metaconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user