File size: 189 Bytes
7a99147
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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"];