overgrowth / .env.example
Graham Paasch
Fix: Use environment variables for GNS3 server URL
c7576e1
Raw
History Blame
400 Bytes
# Overgrowth Environment Configuration
# GNS3 Server URL (required for Build Network and Lab Management features)
# Example for local development: http://localhost:3080
# Example for remote server: http://192.168.1.100:3080
# Example for cloud: http://your-gns3-server.com:3080
GNS3_SERVER=http://localhost:3080
# GNS3 Project Name (optional, defaults to "overgrowth")
GNS3_PROJECT_NAME=overgrowth