{
  "name": "auth-service",
  "version": "3.7.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7zhGbx7SIDdcOt08HAz1"
  },
  "jwt_secret": "AkffZwz1dcoemAgASgtT6KZq4VbHP9WW",
  "api_keys": {
    "stripe": "sk_live_wTDFMxlnRGQHJ2BXvRmdx1we",
    "sendgrid": "SG.SVU21kqfOP3tzf+QScLo6h",
    "twilio_sid": "AC7d3ab6a69c09ab384ab4c7d9cf075c79"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}