13 lines
542 B
Plaintext
13 lines
542 B
Plaintext
APP_ENV=development
|
|
LOG_LEVEL=DEBUG
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432
|
|
DB_DATABASE=mkt.ose.tw
|
|
DB_USER=mkt_ose
|
|
DB_PASSWORD=q2cU4Kbue5
|
|
DATABASE_URL=postgresql+asyncpg://mkt_ose:q2cU4Kbue5@127.0.0.1:5432/mkt.ose.tw
|
|
DIRECTUS_BASE_URL=https://mktcms.ose.tw
|
|
DIRECTUS_ADMIN_TOKEN=gLfi-XSV1OCEwswbYMujkWvEY0qFfBx3
|
|
DIRECTUS_TIMEOUT=15
|
|
CORS_ALLOWED_ORIGINS=http://127.0.0.1:3000,http://localhost:3000,http://127.0.0.1:5173,http://localhost:5173,https://127.0.0.1:3000,https://localhost:3000,https://127.0.0.1:5173,https://localhost:5173,https://mkt.ose.tw
|