{
  "name": "auth-service",
  "version": "3.5.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YKeNZxqbhLBpEyhW5Kfg"
  },
  "jwt_secret": "7iLOj/Z13fHukWmaW0RnImy2ZENgDR2q",
  "api_keys": {
    "stripe": "sk_live_j6cIAnvdyYNpbjoy3LPdH6eV",
    "sendgrid": "SG.P4JJuB21xSGYg/HvafL5Di",
    "twilio_sid": "AC50093cfe00e27ea8c4cbb0ae26a02bf6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}