{
  "name": "auth-service",
  "version": "1.2.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "etc9vpjfafH6Th4SFdlr"
  },
  "jwt_secret": "Gz6+M6Vl9ghJa9XPr10sj/pR8fDG9taH",
  "api_keys": {
    "stripe": "sk_live_6xxwBYDlsOB11myXe6q45yY5",
    "sendgrid": "SG.jjNTpAu/KWyzpuYwHlfRfG",
    "twilio_sid": "ACfba883723f448229ead41a82f0b097ac"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}