26 lines
447 B
Bash
26 lines
447 B
Bash
# Personal Internet Cell - Environment Configuration
|
|
|
|
# Cell Configuration
|
|
CELL_NAME=mycell
|
|
CELL_DOMAIN=mycell.cell
|
|
|
|
# Network Configuration
|
|
CELL_IP_RANGE=172.20.0.0/16
|
|
WIREGUARD_PORT=51820
|
|
|
|
# API Configuration
|
|
API_PORT=3000
|
|
API_HOST=0.0.0.0
|
|
|
|
# Service Ports
|
|
DNS_PORT=53
|
|
DHCP_PORT=67
|
|
NTP_PORT=123
|
|
MAIL_SMTP_PORT=25
|
|
MAIL_SUBMISSION_PORT=587
|
|
MAIL_IMAP_PORT=993
|
|
RADICALE_PORT=5232
|
|
WEBDAV_PORT=8080
|
|
|
|
# Development
|
|
DEBUG=false |