application: port: 8080 host: "127.0.0.1" base_url: "http://127.0.0.1:8080" email_client: authorization_token: "secret-token" database: host: "127.0.0.1" port: 5432 database_name: "newsletter" username: "postgres" password: "password" require_ssl: false timeout_milliseconds: 1000 kv_store: host: "127.0.0.1" port: 6379