{
  "name": "auth-service",
  "version": "1.5.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zCdxlgFNxzRji2TBACI3"
  },
  "jwt_secret": "gNLlD0Y3u+LoB6NVwjsPoML2YvbB8zvb",
  "api_keys": {
    "stripe": "sk_live_ybDottQAkIZyvRpAk4Llbhk1",
    "sendgrid": "SG.DFTuZScal6NBzelUdNfzv1",
    "twilio_sid": "ACab67185dcc32b0e9594927c55e45932a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}