{
  "name": "auth-service",
  "version": "3.0.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ftoSMuCQv7srCqIC8s12"
  },
  "jwt_secret": "yq5th4qflYxXIZCpkYCRzkCJvZExHJJZ",
  "api_keys": {
    "stripe": "sk_live_DytC8ObYp2MIc5JH2kiApFYQ",
    "sendgrid": "SG.b/N88bu0DxF4Yvb1sTevCz",
    "twilio_sid": "ACe467d77e9569ed035387744e42128ef1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}