19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
# Application Settings
|
|
APP_NAME=Nabeh
|
|
APP_ENV=development
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost:8000
|
|
|
|
# Main Master Database Configuration
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=nabeh_master
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
|
|
# AI Model Configuration
|
|
GEMINI_API_KEY=
|
|
|
|
# Messaging Gateway Settings
|
|
WHATSAPP_GATEWAY_URL=http://localhost:3722
|