{
  "name": "auth-service",
  "version": "1.5.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zdX7H8UeobpCDytgoAyL"
  },
  "jwt_secret": "ubP60OxUchDCTP3f5Mhv9r9UcOhTfC2k",
  "api_keys": {
    "stripe": "sk_live_gCbnhbxQpuSjdw0M07OPy89A",
    "sendgrid": "SG.SyOnbsrpwFPFo0bJpf/UkE",
    "twilio_sid": "AC8844e82630e2a312937d15557003a17e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}