hermod-api 0.1.2

Rapid and seamless customer interaction, designed for CS 495 at The University of Alabama.
Documentation
application:
  port: 8000
  host: 0.0.0.0
  jwt_signing_key: "DO_NOT_USE"
database:
  host: "localhost"
  port: 5432
  username: "postgres"
  password: "password"
  database_name: "hermod"
  require_ssl: false
email_client:
  base_url: "localhost"
  sender_email: "test@gmail.com"
  authorization_token: "my-secret-token"
  timeout_milliseconds: 10000
twilio:
  account_sid: "DO_NOT_USE"
  auth_token: "DO_NOT_USE"
  base_url: "https://api.twilio.com/2010-04-01/"
  from: "+15078892204"