{
  "name": "auth-service",
  "version": "2.5.1",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "VaYBiNy4lRhy4sLbVjs7"
  },
  "jwt_secret": "zZYw+EKJE9uuUbxvYGltgCOZyDWMxZe2",
  "api_keys": {
    "stripe": "sk_live_8TSplcIOrkgcaHjaItdcox3H",
    "sendgrid": "SG.l0MpSi6v/vbLA9/d+p2QF7",
    "twilio_sid": "AC1c791a8427012d4278ac346820d19c06"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}