first commit

This commit is contained in:
Chris
2026-03-23 20:23:58 +08:00
commit 74d612aca1
3193 changed files with 692056 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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