{
  "name": "auth-service",
  "version": "3.7.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pQ8Xw9Wj7SjjiAhI2NNJ"
  },
  "jwt_secret": "pSRgvDNGciTDRDiGjGrdfSCLHA4ra3lL",
  "api_keys": {
    "stripe": "sk_live_IrPjY86mjAomZGbtUNGYL3kI",
    "sendgrid": "SG.Woma+hgUVCkqBKSq/PQAtB",
    "twilio_sid": "AC614feea0cb43b215b61eca2c2e86e485"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}