ThetaDev
36b80bbbd9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
39 lines
907 B
Text
39 lines
907 B
Text
---
|
|
source: tests/tests.rs
|
|
expression: "&cfg"
|
|
---
|
|
ConfigInner(
|
|
server: ServerCfg(
|
|
address: "127.0.0.1:3000",
|
|
root_domain: "example.com",
|
|
internal_subdomain: "talon-i",
|
|
internal_url: "http://talon-i.example.com",
|
|
purge_interval: 60,
|
|
),
|
|
compression: CompressionCfg(
|
|
gzip_en: true,
|
|
gzip_level: 6,
|
|
brotli_en: true,
|
|
brotli_level: 7,
|
|
),
|
|
keys: {
|
|
"04e99561e3824f387a217d141d2a3b46375de6864afbedf9c9a2cc102bc946a4": KeyCfg(
|
|
domains: "/^talon-\\d+/",
|
|
upload: false,
|
|
modify: false,
|
|
),
|
|
"21bdac19ffd22870d561b1d55b35eddd9029497107edb7b926aa3e7856bb409b": KeyCfg(
|
|
domains: [
|
|
"spotify-gender-ex",
|
|
"rustypipe",
|
|
],
|
|
upload: false,
|
|
modify: false,
|
|
),
|
|
"c32ff286c8ac1c3102625badf38ffd251ae0c4a56079d8ba490f320af63f1f47": KeyCfg(
|
|
domains: "*",
|
|
upload: false,
|
|
modify: false,
|
|
),
|
|
},
|
|
)
|