Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 686 Bytes

Config.md

File metadata and controls

14 lines (10 loc) · 686 Bytes

AutoTriageBot Configuration

AutoTriageBot has two config files: AutoTriageBot/config.py and HackerOneAPI/config.py. See BotConfig.md for documentation on AutoTriageBot/config.py and APIConfig.md for documentation on HackerOneAPI/config.py.

Both config files are simply a python program. This means you can embed arbitrary python into the config file if you want to dynamically generate any of the config options.

In addition, if you are using the Slack integration then you must create a Caddyfile in Slack directory with these contents:

<Domain Name> {
    tls <Contact Email Address>
    proxy /slack http://127.0.0.1:8080
}