weather/config.sample.hcl

11 lines
174 B
HCL
Raw Permalink Normal View History

openweather_secret = ""
2021-04-07 21:02:36 +00:00
# port = 443
# listen_addr = "127.0.0.1"
s3 {
endpoint_url = ""
bucket_name = ""
region = ""
aws_access_key_id = ""
aws_secret_access_key = ""
}