diff options
| author | 2021-02-04 04:27:04 +0100 | |
|---|---|---|
| committer | 2021-02-04 04:27:04 +0100 | |
| commit | 5ca5026a1cea837937dffaa4f51288261862c846 (patch) | |
| tree | 9c4a30aacd9ff82a2014affa7dea9ba9a9a2e3a2 /config-default | |
| parent | 0d415eb991533f85b908801ba9e05b0c08fcc82f (diff) | |
Various improvements.
* Also catch "!op" call.
* Improve op alert output.
* Define URLs specific to bot
instance via configuration.
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config-default/settings.json b/config-default/settings.json index c976383..d396d3d 100644 --- a/config-default/settings.json +++ b/config-default/settings.json @@ -29,12 +29,16 @@ "ssl" : "1", "username" : "MetaBot", "web" : { + "userfile" : "/var/www/.htpasswd", "groupfile" : "/var/www/.htgroup", "shortener" : { "apikey" : "yoursecretkey", "domain" : "yourls.org", "secure" : "0" }, - "userfile" : "/var/www/.htpasswd" + "detectdir" : "https://antispammeta.net/detectlogs/", + "htmlbase" : "https://antispammeta.net/", + "cgibase" : "https://antispammeta.net/cgi-bin/", + "cgisbase" : "https://antispammeta.net/cgi-bin/secret/" } } |
