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,28 @@
export default {
PUBLIC_URL: 'http://localhost',
HOST: '0.0.0.0',
PORT: 8055,
EXTENSIONS_AUTO_RELOAD: true,
DB_CLIENT: 'sqlite3',
DB_FILENAME: '/directus/database/database.sqlite',
SECRET: '016316D6-A8C1-498B-B42D-660B8D1C7BD8',
NODE_ENV: 'development',
WEBSOCKETS_ENABLED: true,
CORS_ENABLED: true,
CORS_ORIGIN: true,
ADMIN_EMAIL: 'admin@tabshift.dev',
ADMIN_PASSWORD: 'K@QtaBG8ydC-GrTiHM',
ADMIN_TOKEN: '4437384844958328Dj83jDjdie83h212',
EMAIL_TRANSPORT: 'smtp',
EMAIL_SMTP_HOST: 'h125.hostmesh.de',
EMAIL_SMTP_PORT: 587,
EMAIL_SMTP_USER: 'notifier',
EMAIL_SMTP_PASSWORD: 'Qhh.9dxze_cMkd6NdE-erDdsT',
EMAIL_SMTP_SECURE: true,
EMAIL_FROM: '"Tabshift Notifications" <notifications@tabshift.dev>'
}