{
  "name": "auth-service",
  "version": "3.7.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AInn0stFVXXMQkhUsT8p"
  },
  "jwt_secret": "iwSRkfY9J4hPN8EsjUNYkfu5sU5VhRuL",
  "api_keys": {
    "stripe": "sk_live_H3UlIolyeiEGyFd9nG2bPj9V",
    "sendgrid": "SG.DgWRw6z125fFdIF6THitLI",
    "twilio_sid": "ACe4194ea2ee8cfd5e8847039010d3aa47"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}