Skip to content

Commit a386e82

Browse files
authored
fix: using proper store for jwt-secret (#209)
1 parent 0b023e7 commit a386e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationos-api/src/logic/connection.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const APP_LABEL: &str = "app";
5858
const DATABASE_TYPE_LABEL: &str = "database-type";
5959

6060
const JWT_SECRET_REF_KEY: &str = "jwt-secret";
61-
const JWT_SECRET_REF_NAME: &str = "database-secrets";
61+
const JWT_SECRET_REF_NAME: &str = "event-secrets";
6262

6363
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, Validate)]
6464
#[serde(rename_all = "camelCase")]

0 commit comments

Comments
 (0)