{
  "name": "auth-service",
  "version": "3.2.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GebiIXW6YDGKDDwcvwYJ"
  },
  "jwt_secret": "vnURt+B37ocSk2X4fJC4qJxpDfmzHTQB",
  "api_keys": {
    "stripe": "sk_live_fxRGRpo53xKytuzcqZaBfTiX",
    "sendgrid": "SG.Afo6/E8AZwXR5M92vyokyS",
    "twilio_sid": "AC79a8cc189cbcb73990d02d8bda5d5df1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}