{
  "name": "auth-service",
  "version": "1.8.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1UWS4lLhkHH36nMYNtQo"
  },
  "jwt_secret": "faxdZegfEzMmFQg/ECQ7mOTlmOPeF1si",
  "api_keys": {
    "stripe": "sk_live_5A7b6zN45eY5DoDdGfWhVOB7",
    "sendgrid": "SG.O6LwnvJ6Y6mr8Pkrpn8bHD",
    "twilio_sid": "AC22df69b3a990804ac61c21e156d96cac"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}