We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b023e7 commit a386e82Copy full SHA for a386e82
integrationos-api/src/logic/connection.rs
@@ -58,7 +58,7 @@ const APP_LABEL: &str = "app";
58
const DATABASE_TYPE_LABEL: &str = "database-type";
59
60
const JWT_SECRET_REF_KEY: &str = "jwt-secret";
61
-const JWT_SECRET_REF_NAME: &str = "database-secrets";
+const JWT_SECRET_REF_NAME: &str = "event-secrets";
62
63
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, Validate)]
64
#[serde(rename_all = "camelCase")]
0 commit comments