{
  "name": "auth-service",
  "version": "3.5.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TQ719M8kEIObNShPXDAY"
  },
  "jwt_secret": "f7sxCWFVi927ZMTcSNlXQ61h5Djz2b3J",
  "api_keys": {
    "stripe": "sk_live_puhAf7Nhfero6Wqc66DUbkGB",
    "sendgrid": "SG.VIrU9z3aB+hVNCotWtWR2a",
    "twilio_sid": "ACaba51e43b49221bc3a30fafb875ba608"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}