{
  "name": "auth-service",
  "version": "1.7.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1jfbgGj4vOa1gMX6r89G"
  },
  "jwt_secret": "dEGMCenMrqiEriU3+lBqMFC/TQRHubyt",
  "api_keys": {
    "stripe": "sk_live_l8MgOeE3lnr58eQ45arqXN93",
    "sendgrid": "SG.RospuC1wn39LbCGxJ5YnJW",
    "twilio_sid": "AC4e9745502bb34c59853f7edc8fe28be7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}