Some checks failed
Build All Docker Images / changes (push) Has been cancelled
Build and Push App Docker Image / build (push) Has been cancelled
Build and Push Node Docker Image / build (push) Has been cancelled
Test and Lint / test-app (push) Has been cancelled
Test and Lint / test-node (push) Has been cancelled
Test and Lint / lint-dockerfiles (push) Has been cancelled
Test and Lint / security-scan (push) Has been cancelled
Build All Docker Images / build-app (push) Has been cancelled
Build All Docker Images / build-node (push) Has been cancelled
Build All Docker Images / summary (push) Has been cancelled
22 lines
520 B
Text
22 lines
520 B
Text
# Environment variables for FRP configuration
|
|
# Copy this file to .env and update the values
|
|
|
|
# FRP Server Configuration
|
|
FRPC_SERVER_ADDR=your-vps-ip-address
|
|
FRPC_SERVER_PORT=7000
|
|
FRPC_TOKEN=your-secret-token
|
|
|
|
# Application Configuration
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
|
|
# Database Configuration (SQLite is used by default)
|
|
# DATABASE_PATH=./data/tunnels.db
|
|
|
|
# Logging Configuration
|
|
LOG_LEVEL=info
|
|
|
|
# Node Integration Configuration
|
|
NODE_URL=http://your-home-server:3001
|
|
NODE_TOKEN=your-node-secret-token
|
|
NODE_TIMEOUT=5000
|