feat(pkg): Add hda-cms-extension-e2e
This commit is contained in:
28
packages/hda-cms-extension-e2e/docker/directus-config.js
Normal file
28
packages/hda-cms-extension-e2e/docker/directus-config.js
Normal 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>'
|
||||
}
|
||||
Reference in New Issue
Block a user