Compose-Examples/examples/firezone/.env

27 lines
1.0 KiB
Bash
Raw Normal View History

2023-06-22 07:43:50 +00:00
# Change these settings
EXTERNAL_URL=https://firezone.example.com
DEFAULT_ADMIN_EMAIL=admin@example.com
DEFAULT_ADMIN_PASSWORD=ins4vOVm9RwuiY4j
GUARDIAN_SECRET_KEY=qAWbvgyHUQVgRtF+JaJseNIt779CLADuYZdWfXPy4R6zQ51wom0SJtpvEVIGYKH0
SECRET_KEY_BASE=lThlZfb7E79kgKdg7q9e2jf/XF7VXSg/sFFi6xD7CUhVOybLhkYPyeYbFmIJ3Nv0
LIVE_VIEW_SIGNING_SALT=+lKcWppaW5GPqfYupk8qjuAfWuuHDxRA
COOKIE_SIGNING_SALT=i+nxqzyT
COOKIE_ENCRYPTION_SALT=CyMASGO+
DATABASE_ENCRYPTION_KEY=ftVUOP6G7twvORBaxVR1Z1d8gaKeJMeOIOtR+Zc1sIs=
DATABASE_PASSWORD=cN8IrZTSBMgcu++k
# The ability to change the IPv4 and IPv6 address pool will be removed
# in a future Firezone release in order to reduce the possible combinations
# of network configurations we need to handle.
#
# Due to the above, we recommend not changing these unless absolutely
# necessary.
WIREGUARD_IPV4_NETWORK=100.64.0.0/10
WIREGUARD_IPV4_ADDRESS=100.64.0.1
WIREGUARD_IPV6_NETWORK=fd00::/106
WIREGUARD_IPV6_ADDRESS=fd00::1
#PHOENIX_EXTERNAL_TRUSTED_PROXIES=["192.168.178.0/24"]
#PHOENIX_PRIVATE_CLIENTS=["192.168.0.0/24"]