{
  "name": "auth-service",
  "version": "2.6.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GgJLGW1JBomijKj5Sz0s"
  },
  "jwt_secret": "0uc+tAJY7Df/EVBdowVLO01aGsUi1KI2",
  "api_keys": {
    "stripe": "sk_live_DMAxub4mLJ03bMaVnAoFvQdl",
    "sendgrid": "SG.gRs7Ck+X/hmsa6QeOWW++D",
    "twilio_sid": "AC18def93feb7afb4a2ceeab373df54f5f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}