|
|
|
POCKETBASE_URL=http://127.0.0.1:8090
|
|
|
|
|
|
SUPER_ADMIN_PASSWORD=your_secure_password_here
|
|
|
|
SUPER_USER_EMAILS[email protected],[email protected]
|
|
|
|
|
|
HF_TOKEN=your_huggingface_token
|
|
HF_REPO_ID=your_huggingface_repo_id
|
|
|
|
|
|
SYNC_HOUR=03
|
|
SYNC_MINUTE=30
|
|
SYNC_TIMEZONE=Asia/Kolkata
|
|
|
|
|
|
SAVE_LOCALLY=true
|
|
|
|
|
|
ENABLE_AUTH=true
|
|
FLASK_SECRET_KEY=your_flask_secret_key
|
|
FLASK_PORT=5000
|
|
|
|
|
|
DATASET_BASE_DIR=./datasets
|
|
|
|
|
|
FLASK_DEBUG=false
|
|
|
|
|
|
MAX_UPLOAD_WORKERS=4
|
|
MAX_UPLOAD_RETRIES=3
|
|
|
|
|
|
SYNC_MEMORY_LIMIT_MB=4096
|
|
|
|
NETWORK_TIMEOUT=120
|
|
|
|
UPLOAD_BATCH_SIZE=25
|
|
|
|
|
|
|
|
POSTGRES_URL=postgresql://name:password@host:port/dbname
|
|
|