{
  "name": "auth-service",
  "version": "1.0.29",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WNJPu9IfwFEWwLjEo10D"
  },
  "jwt_secret": "qQsvB5hWy4iexdAYE8dvuAqpWtgJmfsy",
  "api_keys": {
    "stripe": "sk_live_nXRYOrb7I1O81GKDfpi94cqP",
    "sendgrid": "SG.atMRh+KSvvCMKDIxQF57SL",
    "twilio_sid": "AC371397c5618d91d6c5eab17ee961818a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}