# Defaults are set in ./src/config.rs, which mostly match the ones in this template
# Path to where your data will be stored.
# ATOMIC_STORE_PATH="/Users/your_home_folder/.config/atomic/db"
# domain name where the server is hosted, including subdoman, without schema (http) and port
# ATOMIC_DOMAIN=localhost
# Port where it's running. Make sure you have the rights to run at this port.
# Both an HTTPS and an HTTP port can be specified.
# Both are necesssary during CERT_INIT
# ATOMIC_PORT=80
# ATOMIC_PORT_HTTPS=443
# IP where it's running
# ATOMIC_IP=0.0.0.0
# Whether you want to enable HTTPS (warning: requires certs stuff!)
# ATOMIC_HTTPS=false
# Whether you want to initialize HTTPS certs with Let's Encrypt, you need an e-mail
# ATOMIC_EMAIL=email@example.com
# Set this to true during development
# ATOMIC_DEVELOPMENT=false