Update sync/.env.example
All checks were successful
OpenClimb Docker Deploy / build-and-push (push) Successful in 2m22s
All checks were successful
OpenClimb Docker Deploy / build-and-push (push) Successful in 2m22s
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
# OpenClimb Sync Server Configuration
|
||||
|
||||
# Required: Secret token for authentication
|
||||
# Generate a secure random token and share it between your apps and server
|
||||
# Required
|
||||
AUTH_TOKEN=your-secure-secret-token-here
|
||||
IMAGE="git.atri.dad/atridad/openclimb-sync:latest"
|
||||
APP_PORT=1337
|
||||
ROOT_DIR="./data"
|
||||
|
||||
# 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
|
||||
# Optional
|
||||
DATA_FILE=/data/data.json
|
||||
IMAGES_DIR=/data/images
|
||||
|
||||
Reference in New Issue
Block a user