Initial commit
This commit is contained in:
18
backend/.env.example
Normal file
18
backend/.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user