Need a copy of this here too.

This commit is contained in:
Leopere 2018-10-15 03:03:40 -04:00
parent 01e14f0029
commit 6a86e29557

8
reflector.go/config.tmpl Normal file
View file

@ -0,0 +1,8 @@
{
"aws_id": "YOUR-AWS-ID",
"aws_secret": "YOUR-AWS-SECRET",
"bucket_region": "YOUR-BUCKET-REGION",
"bucket_name": "YOUR-BUCKET-NAME",
"db_conn": "USER:PASSWORD@tcp(localhost:3306)/DBNAME",
"slack_hook_url": ""
}