{
  "name": "auth-service",
  "version": "3.4.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1Belt9ptthFy9BoT0WAK"
  },
  "jwt_secret": "R87OJB/g13qLmq59ISDkDxTf3ayi7TuI",
  "api_keys": {
    "stripe": "sk_live_5J0nrCvHqRVwpZOHlXH3HkeX",
    "sendgrid": "SG.PnGEDPM2nstdPJdYlRvbuW",
    "twilio_sid": "ACa1c9c6b249adb7341a68ed540d913f8a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}