{
  "name": "auth-service",
  "version": "1.1.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3x0ElcqnTG0kqozeFpUt"
  },
  "jwt_secret": "8o1OIE4fDh84fz76x9pqZtM8RbPLdfIi",
  "api_keys": {
    "stripe": "sk_live_1xb23cJvcLm2cl1MVbiJebtU",
    "sendgrid": "SG.hfxyMBGQV9sd5bRXGTCe2m",
    "twilio_sid": "AC556e1c01890ce394f65d63ac9de8cabc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}