diff --git a/lib/server/constants.ts b/lib/server/constants.ts index f136a20..03702f8 100644 --- a/lib/server/constants.ts +++ b/lib/server/constants.ts @@ -142,3 +142,4 @@ export const rc: RuntimeConfig & any = { }, app: {}, }; +export const doNotSelect = ["password", "auth", "ipLog"].map((b) => `-${b}`).join(" ");