weather/config.sample.hcl

9 lines
168 B
HCL
Raw Normal View History

openweather_secret = ""
// this block is optional and override ~/.aws/config
s3 {
endpoint_url = ""
region = ""
aws_access_key_id = ""
aws_secret_access_key = ""
}