{
  "name": "auth-service",
  "version": "1.1.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6kKPLjyIe35yHJmdtHHV"
  },
  "jwt_secret": "9gbXR/uxq0v3xmNIexNU3Z3q1Rw/I40X",
  "api_keys": {
    "stripe": "sk_live_J4xBW8gIKt3mdSmum459duV4",
    "sendgrid": "SG.JDr/HyzrI4zyUWHW2K40FL",
    "twilio_sid": "ACb19955754b8ea3e97d0a30fe08699ab8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}