{
  "name": "auth-service",
  "version": "1.7.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qGnkvfh8a2JnBBkNCyQx"
  },
  "jwt_secret": "htXyhz2snebkLzkHuufL14Yc4QQAFjOF",
  "api_keys": {
    "stripe": "sk_live_HD4tDDuuiXlLnR0QyReahtW6",
    "sendgrid": "SG.TGWYDtNr03Q733k9hvTzoT",
    "twilio_sid": "AC36f26c182e17d2947c55ab87af5e8e5c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}