app_name: {{APP_NAME}} version: {{VERSION}} debug: {{DEBUG}} database: host: {{DB_HOST}} port: {{DB_PORT}} name: {{DB_NAME}} cache: enabled: {{USE_CACHE | default(True)}} ttl: {{CACHE_TTL | default(300)}} features: {% for feature in FEATURES %} - {{feature}} {% endfor %}