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