{
  "name": "auth-service",
  "version": "2.2.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aK54ZnSE9qdTu7CZtTNU"
  },
  "jwt_secret": "459qqUDrl95jlM0laH9ydVEvIerwZCUb",
  "api_keys": {
    "stripe": "sk_live_0mgeIweuY7tJDOL0HfQ2M0Kj",
    "sendgrid": "SG.p1g9LFiPQOU+c3BOPaPEDB",
    "twilio_sid": "AC20433a2380b3f6e667664192c4aadb9c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}