{
  "name": "auth-service",
  "version": "2.8.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L8u7kZNfqzPZNXoFcWOB"
  },
  "jwt_secret": "9qD8LKnVcrAEEaAgnyaun8TCPnqppf6+",
  "api_keys": {
    "stripe": "sk_live_IVzhHn6Aho7fa5Xrpi13r11y",
    "sendgrid": "SG.dxG1/316BRlk8Kj/8pYVcQ",
    "twilio_sid": "AC68318600c5a3e60afceec209588e8b8c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}