22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
# Geofeed Manager Environment Configuration
|
|
# Copy this file to .env and update the values
|
|
|
|
# Git Repository (code is pulled on startup)
|
|
GIT_REPO=https://git.prpl.tools/PurpleComputing/geofeed-manager.git
|
|
GIT_BRANCH=main
|
|
|
|
# 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
|