19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
[
|
|
exit: false,
|
|
format: "txt",
|
|
ignore_files: [],
|
|
ignore: [
|
|
# Enabled via config/runtime.exs
|
|
"Config.HTTPS",
|
|
# Placeholder values overridden in runtime.exs from env vars
|
|
"Config.Secrets"
|
|
],
|
|
out: nil,
|
|
private: false,
|
|
router: nil,
|
|
skip: true,
|
|
threshold: :low,
|
|
verbose: false,
|
|
version: false
|
|
]
|