{
  "name": "auth-service",
  "version": "2.2.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Z1RhGLyZpoAeWahyUa0k"
  },
  "jwt_secret": "S1oWDaBCc8lGsFVTZ3sqSs9wVjHFBZia",
  "api_keys": {
    "stripe": "sk_live_Q6YCXLXG0V1jSii5gvmQgux7",
    "sendgrid": "SG.DnRpwLuSKYmzBgJ5osQaXU",
    "twilio_sid": "ACbd55ee04ea7fa5013b2005ab141b2dac"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}