{
  "name": "auth-service",
  "version": "2.3.0",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "w36sauUyeGpUQ5LjQ1hh"
  },
  "jwt_secret": "IUNqulB48GVnCwK7BBUkf2ZLH2iSG1VP",
  "api_keys": {
    "stripe": "sk_live_BpoOuH6vG4dXFMshQzkbL97x",
    "sendgrid": "SG.TrPnAI5wl3Qv0J0ll/REtM",
    "twilio_sid": "AC646df986235105da94a882316f3e99c2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}