--- # Default values for all Changemaker instances # Override per-host in host_vars//main.yml # --- Core --- cml_node_env: production cml_domain: cmlite.org # --- Ports (internal defaults, rarely changed) --- cml_api_port: 4000 cml_admin_port: 3000 cml_media_api_port: 4100 cml_postgres_port: 5433 # --- Feature Flags --- cml_enable_media: "false" cml_enable_payments: "false" cml_enable_chat: "false" cml_listmonk_sync_enabled: "false" cml_gancio_sync_enabled: "false" cml_email_test_mode: "true" # --- Monitoring --- cml_monitoring_enabled: false # --- Bunker Ops --- bunker_ops_enabled: false bunker_ops_instance_label: "{{ cml_domain }}" bunker_ops_remote_write_url: "" bunker_ops_remote_write_token: "" # --- Backup --- cml_backup_retention_days: 30 cml_backup_cron_hour: 3 cml_backup_cron_minute: 0 cml_backup_s3_enabled: false # --- SMTP (defaults to MailHog) --- cml_smtp_host: mailhog-changemaker cml_smtp_port: 1025 cml_smtp_user: "" cml_smtp_pass: "" # --- Geocoding --- cml_mapbox_api_key: "" cml_google_maps_api_key: "" cml_google_maps_enabled: "false" # --- Pangolin --- cml_pangolin_api_url: "" cml_pangolin_api_key: "" cml_pangolin_org_id: ""