add .env.example

This commit is contained in:
2026-04-16 16:17:29 +03:00
parent 0d4b81a34a
commit 8ec326cd21
2 changed files with 66 additions and 30 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Synology NAS
NAS_FQDN=https://your-nas.domain.com
NAS_USER=your_username
NAS_PASS=your_password
NAS_FILE=/team-folders/path/to/your/file.osheet
# Nexrender
NEXRENDER_API_URL=http://your-nexrender-server:3000/api/v1/jobs
OUTPUT_FOLDER=//your-storage/path/to/output
# Logging
RUST_LOG=info