{
  "name": "auth-service",
  "version": "3.0.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dknL5Yksf2Ob5Myg3SWG"
  },
  "jwt_secret": "3wkAFfSuZNyn2KT/iX/77sJXw05icw/t",
  "api_keys": {
    "stripe": "sk_live_X1WAzhWN8cZhKClbkdxJwE9A",
    "sendgrid": "SG.umiJGlcXCxKm80hZm5Hztd",
    "twilio_sid": "ACe5736261a21f5535acf19b06d8e83a22"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}