{
  "name": "auth-service",
  "version": "1.4.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7E5j2RU0rw0tFw3oIt7t"
  },
  "jwt_secret": "oR3KEXPphb4OP8/IXCyQTLQdr4mcLnDT",
  "api_keys": {
    "stripe": "sk_live_xUoxhqV9EapGwBSN74W2XyNo",
    "sendgrid": "SG.2UCm2t/BnE4V8VbIWc+nu2",
    "twilio_sid": "ACe79bef91831ce0456a14b7db1d206ad2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}