first commit
This commit is contained in:
12
backend/.env.fastapi.production
Normal file
12
backend/.env.fastapi.production
Normal file
@@ -0,0 +1,12 @@
|
||||
APP_ENV=production
|
||||
LOG_LEVEL=INFO
|
||||
DB_HOST=database
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=mkt.ose.tw
|
||||
DB_USER=mkt_ose
|
||||
DB_PASSWORD=q2cU4Kbue5
|
||||
DATABASE_URL=postgresql+asyncpg://mkt_ose:q2cU4Kbue5@database:5432/mkt.ose.tw
|
||||
DIRECTUS_BASE_URL=https://mktcms.ose.tw
|
||||
DIRECTUS_ADMIN_TOKEN=
|
||||
DIRECTUS_TIMEOUT=15
|
||||
CORS_ALLOWED_ORIGINS=https://mkt.ose.tw
|
||||
Reference in New Issue
Block a user