{
  "name": "auth-service",
  "version": "3.1.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YoRj7nv0R0XkYyScJ1TV"
  },
  "jwt_secret": "+ZtoUHxb1yhKmspvI+ryXojUdEwIBO6V",
  "api_keys": {
    "stripe": "sk_live_1ecTojkeAXiHsj4s3b6nEF4q",
    "sendgrid": "SG.IK3aPAGjD8UbJe465QIZOh",
    "twilio_sid": "ACc78ada7eef4e7ec1b0452b8745462ad8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}