16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
# 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 |