{
  "name": "auth-service",
  "version": "1.8.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4gIFfjL3yIx1SF39uXyC"
  },
  "jwt_secret": "K5a5NDLaps3J13/sdMxXihAu0JLXmC2p",
  "api_keys": {
    "stripe": "sk_live_zUNBAbhNWb2c9QXh2S0slnt0",
    "sendgrid": "SG.Nnizh7D1kIEGXy5yBSCjq7",
    "twilio_sid": "ACb1928b0386534e45ebf22a0845557f0d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}