fix: remove defaults yaml (#8854)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user