# Ansible-managed environment file for {{ app_env }} # Loaded by systemd units and deploy script. # Common APP_ENV={{ app_env }} BACKEND_PORT={{ app_backend_port }} FRONTEND_PORT={{ app_frontend_port }} {% for k, v in (app_env_vars | default({})).items() %} {{ k }}={{ v }} {% endfor %}