{
  "name": "auth-service",
  "version": "3.0.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "d7XmWczjbJT2sVhuUtvB"
  },
  "jwt_secret": "GCZ2vT1PYCW/vn7XyAdZPwFWrY97DiQL",
  "api_keys": {
    "stripe": "sk_live_smTEL51riwIPpDqtU728HmQZ",
    "sendgrid": "SG.9W/hfrkIt3ML4ruM7nehJ9",
    "twilio_sid": "AC6233279a65d9a47456f411d725dd8c08"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}