{
  "name": "auth-service",
  "version": "1.5.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OGZmTG2WIWe0SqDlo2fo"
  },
  "jwt_secret": "F1f30kK6eCbGZ9cSrMyMC2uf5hyOPVBt",
  "api_keys": {
    "stripe": "sk_live_2C7XaECnMnoiUieVYNWib17J",
    "sendgrid": "SG.dJofx9EFGsv7Cob02mm4fz",
    "twilio_sid": "ACcf9b3eae1f81128b5b83625064d540eb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}