init tools repo

This commit is contained in:
2025-11-23 19:57:05 +01:00
commit d778206940
35 changed files with 6197 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Server Configuration
PORT=3001
# Database Configuration
DB_PATH=./devbench.db
# Session Configuration
SESSION_SECRET=your-secret-key-here
# SSH Configuration (for provision script)
SSH_USER=asf
SSH_HOST=asf-tb.duckdns.org
SSH_PASS=ASF
# Provision Script Configuration
PROVISION_SCRIPT=./provision_vm.sh