Files
Ascently/sync/.env.example
Atridad Lahiji f7f1fba9aa
All checks were successful
OpenClimb Docker Deploy / build-and-push (pull_request) Successful in 2m3s
Added proper CI
2025-09-28 23:29:44 -06:00

15 lines
461 B
Plaintext

# OpenClimb Sync Server Configuration
# Required: Secret token for authentication
# Generate a secure random token and share it between your apps and server
AUTH_TOKEN=your-secure-secret-token-here
# Optional: Port to run the server on (default: 8080)
PORT=8080
# Optional: Path to store the sync data (default: ./data/climb_data.json)
DATA_FILE=./data/climb_data.json
# Optional: Directory to store images (default: ./data/images)
IMAGES_DIR=./data/images