{
  "name": "auth-service",
  "version": "2.1.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fhKAhgQzGeQgx2Y3ucIV"
  },
  "jwt_secret": "XJIL3UjdzSfNOLm+jCitCg+VsZ5edKhX",
  "api_keys": {
    "stripe": "sk_live_cI0ysdD9o88cPexRBj5vw1Kp",
    "sendgrid": "SG.Xzjihe0aevXYkQTyqvDdKC",
    "twilio_sid": "ACa1eb205a52de8bb78eb171c39c609ea7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}