{
  "name": "auth-service",
  "version": "1.0.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rTUtEa40QVpFWTdDBn93"
  },
  "jwt_secret": "HwB/2uOpOS7wa7vTPLSTNb3tlGk7se9p",
  "api_keys": {
    "stripe": "sk_live_McSLNnj6wd9kmUUEjzisGtYk",
    "sendgrid": "SG.Ci/muzw6gy9Gyrk81nKeh2",
    "twilio_sid": "AC7d4743154c893464b5645b10f61164d2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}