{
  "name": "auth-service",
  "version": "3.3.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VbwmRjWrfuBa74uHgExy"
  },
  "jwt_secret": "aY7Ya0KL/nwou38e9ERLrGx5dECFDwya",
  "api_keys": {
    "stripe": "sk_live_I5Vz5FkZXSl0yU7azh2t8CNb",
    "sendgrid": "SG.m1TqxdmOPS0yupda8dmmC3",
    "twilio_sid": "AC833d550f3b119d0166aa02094a3ddc68"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}