trsstapi / src /config /security.js
Twan07's picture
Create src/config/security.js
7a99147 verified
raw
history blame
189 Bytes
export const JWT_CONFIG = {
issuer: "hf-upload",
audience: "hf-upload-users",
};
export const PASSWORD_POLICY = {
minLength: 10,
};
export const ADMIN_IP_ALLOWLIST = ["127.0.0.1"];