Initial deployment setup
Deploy staging / deploy (push) Failing after 6s

This commit is contained in:
root
2026-08-31 16:45:24 +09:00
commit 33453ecc55
3475 changed files with 850363 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
APP_NAME=secretary-api
APP_ENV=local
APP_HOST=0.0.0.0
APP_PORT=8010
DOCS_ROOT_PATH=
DATABASE_URL=mysql+pymysql://baron_support:baron_support@127.0.0.1:13308/baron_support
ABC_API_BASE_URL=http://127.0.0.1:4000
ABC_API_KEY=
MASTER_API_KEY=
JWT_SECRET=DEV
ADMIN_CANDIDATE_TENANT_ID=
INITIAL_SUPER_ADMIN_PHONE_NUMBER=
STORAGE_PROVIDER=LOCAL
R2_ENDPOINT=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET=
R2_REGION=auto
R2_DOWNLOAD_URL_EXPIRY_SECONDS=300
SSO_ISSUER=
SSO_CLIENT_ID=
SSO_CLIENT_SECRET=