version = "1"
[DOMAIN]
value = "https://example.com"
description = "The domain used by the application."
[LOG_LEVEL]
default = "warn"
description = "Which logging level the program uses [debug, warn or error]"
[API_KEY]
description = "Authentication key used only during local testing."
[RUST_BACKTRACE]
optional = true
description = "When set to 1, captures stack backtrace of an OS Thread"
[DATABASE_URL]
value = "{{ DOMAIN }}/api/database"
description = "Database URL used by the PG database."
[CARGO_REGISTRY_TOKEN]
description = "Used to publish this crate in CI"