{
  "name": "auth-service",
  "version": "2.0.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8SQ1r8CDrdgRB8QFhYh9"
  },
  "jwt_secret": "AWQZm3nCuxGrhmzoqvA1qoMOLdur527Z",
  "api_keys": {
    "stripe": "sk_live_VQyZetlW2JacdZTUCJJ3EwcC",
    "sendgrid": "SG.9+vO+q7v06o0HotdDRvuds",
    "twilio_sid": "AC7fb3d10fa58b29956b2560fd727fe342"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}