1.6.0 for Android and 1.1.0 for iOS - Finalizing Export and Import
formats :)
This commit is contained in:
14
sync/.env.example
Normal file
14
sync/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user