{
  "name": "auth-service",
  "version": "3.9.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "073SW2vG63xWmejLdBRA"
  },
  "jwt_secret": "dz0m4upxtVeW35pQL7oP3cBCWP2wUayV",
  "api_keys": {
    "stripe": "sk_live_2Cb52RoAFYxcar9MV6TKXFHK",
    "sendgrid": "SG.xNitQkUOcaaKDlIrcez0TE",
    "twilio_sid": "AC0e4effaf1d150fb2a61f4c5d5e40e1ff"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}