{
  "name": "auth-service",
  "version": "2.9.29",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8dHLdJA6pky9UqsyKoiZ"
  },
  "jwt_secret": "s++8vtqexrxQQD5oYIeVzEBdF1lTvMZu",
  "api_keys": {
    "stripe": "sk_live_sZw26rVmtpUeKoUp5H3soBf8",
    "sendgrid": "SG.dmezn0MVIbUnC3+WJrmJxq",
    "twilio_sid": "AC48f8aee84fdd4808b40c6e31ab4c2029"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}