{
  "name": "auth-service",
  "version": "2.0.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dZoBUyD83OmYGyHSNUIw"
  },
  "jwt_secret": "RPwBFXoi9S7apCQz/XgP9VEX8B9bNvp+",
  "api_keys": {
    "stripe": "sk_live_fFGMpWfzkVGiYv2kWBjLlLky",
    "sendgrid": "SG.wL/NFx8TniFDhV2/Ue2DrZ",
    "twilio_sid": "ACff6445d78eb03467ff566527817067dc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}