24 lines
508 B
Plaintext
24 lines
508 B
Plaintext
# MikroTik Gemini Integration - Environment Variables
|
|
|
|
# Google Gemini API Key (required)
|
|
# Dapatkan dari: https://makersuite.google.com/app/apikey
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# MikroTik Connection (optional, for data updates)
|
|
MIKROTIK_HOST=192.168.1.1
|
|
MIKROTIK_PORT=8728
|
|
MIKROTIK_USER=admin
|
|
MIKROTIK_PASSWORD=password
|
|
|
|
# API Server Configuration
|
|
API_HOST=0.0.0.0
|
|
API_PORT=8000
|
|
API_DEBUG=true
|
|
|
|
# Data File Path
|
|
DATA_FILE=../mikrotik_mcp_data.json
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|
|
LOG_FILE=logs/app.log
|