init
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user