{
  "name": "auth-service",
  "version": "2.2.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jzCx3oflTWJRkQaHF22X"
  },
  "jwt_secret": "u6fZTzqvgALGvPyPMLNnqwqbv3gTtFUF",
  "api_keys": {
    "stripe": "sk_live_d9qS7q0ZbuB3ysHmKTTRFsKB",
    "sendgrid": "SG.NA/h0BwFbA9BtRV+QPz+dx",
    "twilio_sid": "AC700cd86df1e4154b1b5ddd492f44190f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}