mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
make PG_SCHEMA appear in logs
This commit is contained in:
@@ -40,7 +40,7 @@ pub const JWT_SECRET_SETTING: &str = "jwt_secret";
|
||||
pub const EMAIL_DOMAIN_SETTING: &str = "email_domain";
|
||||
pub const OTEL_SETTING: &str = "otel";
|
||||
|
||||
pub const ENV_SETTINGS: [&str; 56] = [
|
||||
pub const ENV_SETTINGS: [&str; 57] = [
|
||||
"DISABLE_NSJAIL",
|
||||
"MODE",
|
||||
"NUM_WORKERS",
|
||||
@@ -97,6 +97,7 @@ pub const ENV_SETTINGS: [&str; 56] = [
|
||||
"OTEL_TRACING",
|
||||
"OTEL_LOGS",
|
||||
"DISABLE_S3_STORE",
|
||||
"PG_SCHEMA",
|
||||
];
|
||||
|
||||
use crate::error;
|
||||
|
||||
Reference in New Issue
Block a user