image-backup/sample_config.dhall

7 lines
209 B
Plaintext
Raw Permalink Normal View History

2023-02-15 20:34:05 +02:00
let Config = ./dhall/package.dhall
in Config::{
, s3 = Config.S3::{ bucket = "example", region = "fr-par", endpoint = "example.com" }
, watcher = Config.Watcher::{ directories = ["/tmp/foo"] }
}