Need a copy of this here too.
This commit is contained in:
parent
01e14f0029
commit
6a86e29557
1 changed files with 8 additions and 0 deletions
8
reflector.go/config.tmpl
Normal file
8
reflector.go/config.tmpl
Normal 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": ""
|
||||
}
|
Loading…
Reference in a new issue