{
  "name": "auth-service",
  "version": "3.4.7",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6y7z63Nv91UEjVu4YSpY"
  },
  "jwt_secret": "L7Y/7dJX9pknd7AB0Ob8wUPCLu+0fllY",
  "api_keys": {
    "stripe": "sk_live_GtsX0JZIEGQhvXL5DlIYdvPv",
    "sendgrid": "SG.xxGMMu6DuqYYdcsPgpKrM5",
    "twilio_sid": "ACc7b70e323d0cc90b5071a97cb418da25"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}