{
  "name": "auth-service",
  "version": "2.4.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PIEm4DneCzfZFXmgMSRz"
  },
  "jwt_secret": "xRKJbjHXIRbB/u99YrpTkIBYABjJIkV4",
  "api_keys": {
    "stripe": "sk_live_lB2AoNgKFJgj9Be4z4dGx4Gn",
    "sendgrid": "SG.OGofcPi7JhilSWftpImwQl",
    "twilio_sid": "AC89bb9bad323f5beeabff7fcc81930c9f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}