{
  "name": "auth-service",
  "version": "1.6.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CPKvYTD6zmgBzGbXGCYu"
  },
  "jwt_secret": "RexGwjttLenGy2JQq0MDFFqUIX1Gbix9",
  "api_keys": {
    "stripe": "sk_live_fZMQJ31uXfUpV7bcTD2HqPfy",
    "sendgrid": "SG.PYOE2hf6aa6AGbpwylQ3mC",
    "twilio_sid": "AC1227d50eb7f64effc12794f01e57e7ce"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}