{
  "name": "auth-service",
  "version": "2.1.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7KPBXmoqTItxEq5DnQ4c"
  },
  "jwt_secret": "c5cswgZ1u2IPYkpAPUr9TTij6XFJL7Pu",
  "api_keys": {
    "stripe": "sk_live_udiIWkp8Z5WfTkrKc6psjueX",
    "sendgrid": "SG.Xb7BKOLTcZJP5ehohYHmUf",
    "twilio_sid": "AC7c0352bfe6e4c7ea01bb90d53dd6fb72"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}