{
  "name": "auth-service",
  "version": "1.4.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bVEXiM8CgaHhtkKt1gKL"
  },
  "jwt_secret": "MOd8KcZh1HWr4pZvB2W64R1Gw1w4nNHs",
  "api_keys": {
    "stripe": "sk_live_9fPa7tThDAhjS5ZzTrN3n9dz",
    "sendgrid": "SG.Nm6+S2/46+fr25TPipJGNr",
    "twilio_sid": "AC42e902d114b5fd548f12aea01536eae7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}