{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6W53445YYE2MgNASeF5E"
  },
  "jwt_secret": "sE6Yslr9k13JRkHcSNccPj1CVb5UM233",
  "api_keys": {
    "stripe": "sk_live_TWlBYzSZGkgedSUH8v6gV3h5",
    "sendgrid": "SG.AL6LnTbxwFSGXdzEc720lW",
    "twilio_sid": "ACb9b2f9b75050af75d39b3b26fafba1dd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}