{
  "name": "auth-service",
  "version": "2.7.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8DHJyj2q94T0j3nm3HCg"
  },
  "jwt_secret": "HtOm5/qhUUsL9jLHmxmGlaOXHHDQUbiP",
  "api_keys": {
    "stripe": "sk_live_5tRLKlOwLhSfFNjKBRPVQPxa",
    "sendgrid": "SG.mqO/3iq4/RBaGCYwIxc1dr",
    "twilio_sid": "AC650df0bd058c8fb2f78309e9f5fa606a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}