1 2 3 4 5 6 7 8
application: port: 8000 host: 0.0.0.0 database: host: "localhost" port: 5432 database_name: "propensity" require_ssl: false