{
  "name": "auth-service",
  "version": "3.9.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "krbP5JYChwYnamyImxlQ"
  },
  "jwt_secret": "gRoyF4EIDcaKdIu6xp1Vs2TIwM++EMRy",
  "api_keys": {
    "stripe": "sk_live_wYXnLXJRUdkTuLc9LFbqZCaa",
    "sendgrid": "SG.qAUyBRdG/cxbjgxPDAuvOv",
    "twilio_sid": "ACf5606ef11ee8573f1dbdd6a67a6d6515"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}