{
  "name": "auth-service",
  "version": "3.5.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7h0HyC9wGFOREBs8fxxS"
  },
  "jwt_secret": "vegoqv4kL6jF24bD2iRkqa1aTUvwlpI1",
  "api_keys": {
    "stripe": "sk_live_TnBTc7krbqVTZxHD05j02IWL",
    "sendgrid": "SG.jMhY74OQ7SJ1G0g+Hdrqjf",
    "twilio_sid": "AC3d1c1bad42e1a6df796e411e78e18362"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}