{
  "name": "auth-service",
  "version": "2.8.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OYBVs2bQrcqa0R6nVY2D"
  },
  "jwt_secret": "DZFVdCsVO+ViBF6DFhp1AFUVpRQCqR4+",
  "api_keys": {
    "stripe": "sk_live_F5TE4GqaMUjuWCWpRBSmSQcQ",
    "sendgrid": "SG.9EbNcQ1GtNHIT2prbEHQv4",
    "twilio_sid": "ACcd8f568692431600c061c3263612f3ac"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}