feat(pkg): Add hda-cms-extension-e2e

This commit is contained in:
T. R. Bernstein
2025-02-26 23:57:37 +01:00
parent 07ff1edd24
commit e6a5afc3cd
23 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
const config: {
PUBLIC_URL: string
HOST: string
PORT: number
EXTENSIONS_AUTO_RELOAD: boolean
DB_CLIENT: string
DB_FILENAME: string
SECRET: string
NODE_ENV: string
WEBSOCKETS_ENABLED: boolean
CORS_ENABLED: boolean
CORS_ORIGIN: boolean
ADMIN_EMAIL: string
ADMIN_PASSWORD: string
ADMIN_TOKEN: string
EMAIL_TRANSPORT: string
EMAIL_SMTP_HOST: string
EMAIL_SMTP_PORT: number
EMAIL_SMTP_USER: string
EMAIL_SMTP_PASSWORD: string
EMAIL_SMTP_SECURE: boolean
EMAIL_FROM: string
}
export default config