{
  "name": "auth-service",
  "version": "2.5.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5UwV7GcMR1KPXgDXn2RA"
  },
  "jwt_secret": "HhA83juT35ADM1xcTax0nrbajexFSxNe",
  "api_keys": {
    "stripe": "sk_live_UnumyI8HOb41OcnTxScKtO1n",
    "sendgrid": "SG.YqlVZ9Z2rhnbJHmedIxhgY",
    "twilio_sid": "AC7815ed28cbde1976eb0d24bbb474aef4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}