init tools repo
This commit is contained in:
16
asf-cloud-server/TBM_devbench/.env.example
Normal file
16
asf-cloud-server/TBM_devbench/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user