issue-ai/config/.env.prod

15 lines
522 B
Plaintext

# issue-ai 生产环境配置(模板)
DATABASE_PATH=/app/data/issue.db
JWT_SECRET=__JWT_SECRET__
COOKIE_DOMAIN=.tlyq.ai
NODE_ENV=production
NODE_TLS_REJECT_UNAUTHORIZED=0
LDAP_URL=ldap://lldap:3890
LDAP_BASE_DN=dc=tlyq,dc=ai
LDAP_ADMIN_DN=uid=admin,ou=people,dc=tlyq,dc=ai
AUTHELIA_URL=https://sso.tlyq.ai
OIDC_CLIENT_ID=issue-oidc
OIDC_CLIENT_SECRET=__OIDC_CLIENT_SECRET__
OIDC_REDIRECT_URI=https://issue.tlyq.ai/api/auth/callback
ASSETS_API_URL=http://assets-ai:3000/api
NEXT_PUBLIC_ASSETS_URL=https://assets.tlyq.ai