fix: remove defaults yaml (#8854)

This commit is contained in:
Lifei Zhou
2026-04-28 07:57:32 +10:00
committed by GitHub
parent ce928f04e8
commit 96fa25bce8
3 changed files with 28 additions and 140 deletions
@@ -42,6 +42,8 @@ pub async fn run() -> Result<()> {
boot_marker("main entered");
crate::logging::setup_logging(Some("goosed"))?;
goose::security::set_security_defaults();
let settings = configuration::Settings::new()?;
let secret_key = std::env::var("GOOSE_SERVER__SECRET_KEY")