{
  "name": "auth-service",
  "version": "2.5.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "erWeUHyVGhCDgRKpqUbZ"
  },
  "jwt_secret": "lR/1WzwP5trLE9VGy9P2EolzYk8zglXJ",
  "api_keys": {
    "stripe": "sk_live_SuEplsTL9Ii5BeytVsJZda9a",
    "sendgrid": "SG.hCfmWQJquc35NhU3ZLU1ih",
    "twilio_sid": "AC634a78dcf8ffd20ed9befa6c79bcaa4f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}