{
  "name": "auth-service",
  "version": "2.0.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "T2pRL50tSbhf4iEz0Z10"
  },
  "jwt_secret": "1sbmOwvRxWRSErkYN8K2KfIMsWOeH+s2",
  "api_keys": {
    "stripe": "sk_live_ijI4tD6YF9yid0qX5euht5g0",
    "sendgrid": "SG.TpB5+S5pSXrOCv61drqOJX",
    "twilio_sid": "ACfc2a504cd56312a160a2dc502bb54d8c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}