Files
ip-manager/.env.example
2026-01-16 20:13:07 +00:00

18 lines
406 B
Plaintext

# Geofeed Manager Environment Configuration
# Copy this file to .env and update the values
# Database Configuration
DB_ROOT_PASSWORD=change_me_root_password
DB_NAME=geofeed_manager
DB_USER=geofeed
DB_PASSWORD=change_me_user_password
# Port Configuration
DB_PORT=3306
WEB_PORT=8080
PMA_PORT=8081
# BunnyCDN Configuration (for n8n workflow)
BUNNY_STORAGE_ZONE=your-storage-zone
BUNNY_API_KEY=your-api-key