🚀 مُصادَق: الإطلاق الأولي للنظام المتكامل
This commit is contained in:
44
.env
Normal file
44
.env
Normal file
@@ -0,0 +1,44 @@
|
||||
APP_NAME="مُصادَق"
|
||||
APP_ENV=development
|
||||
APP_URL=http://localhost:8000
|
||||
APP_TIMEZONE=Asia/Amman
|
||||
|
||||
# MySQL (CloudPanel managed)
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=musadaqDb
|
||||
DB_USERNAME=musadaqUser
|
||||
DB_PASSWORD=FWVG3vx2fhrwUULXa6E4
|
||||
DB_CHARSET=utf8mb4
|
||||
|
||||
# Redis (system service)
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=super-secret-change-me-in-production
|
||||
JWT_ACCESS_EXPIRY=900
|
||||
JWT_REFRESH_EXPIRY=604800
|
||||
|
||||
# AI Providers
|
||||
GEMINI_API_KEY=
|
||||
GEMINI_MODEL=gemini-2.0-flash
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_MODEL=gpt-4o
|
||||
|
||||
# JoFotara
|
||||
JOFOTARA_BASE_URL=https://backend.jofotara.gov.jo/core/invoices
|
||||
JOFOTARA_ENV=sandbox
|
||||
|
||||
# Email
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=
|
||||
MAIL_PASSWORD=
|
||||
MAIL_FROM=noreply@musadaq.app
|
||||
MAIL_FROM_NAME="مُصادَق"
|
||||
|
||||
# Storage
|
||||
STORAGE_PATH=/Users/hamzaaleghwairyeen/development/App/musadeq/storage
|
||||
UPLOAD_MAX_SIZE=20971520
|
||||
Reference in New Issue
Block a user