{
  "name": "auth-service",
  "version": "2.2.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "epZlxWLfS63zYSAQp207"
  },
  "jwt_secret": "h3roG6O1+30XqJ/2Kfk4M/Dz03JzoV2S",
  "api_keys": {
    "stripe": "sk_live_DH4Iqfus4ZZJBHT8dDVfrtqD",
    "sendgrid": "SG.1uuSXrBmn27syAk/cEfPYO",
    "twilio_sid": "ACcbb3aa43aa483f078cc1f897c4b58b42"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}