{
  "name": "auth-service",
  "version": "2.5.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OoNAUgQt5n46HW8wAliB"
  },
  "jwt_secret": "6LCfzjTXTcF2i4E2lx5CGfN8nL1Xft4q",
  "api_keys": {
    "stripe": "sk_live_nx59eoVVOmpbPgWFOtWEh5fV",
    "sendgrid": "SG.VDmDo19SYF56rbg0VNJSUn",
    "twilio_sid": "ACd1beebfae6c7c404baa0c48b1e0342da"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}