753b711e96
chainquery has an added Adminer container now. reflector.go has a base config.tmpl file for testing string modification. Exporting GOROOT now in Dockerfile
8 lines
224 B
Cheetah
8 lines
224 B
Cheetah
{
|
|
"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": ""
|
|
}
|