{
  "name": "auth-service",
  "version": "3.4.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BVsKPhCniio202EV70uJ"
  },
  "jwt_secret": "TLvu/ZnxeHZJTnRtm+XEl3hjZ1YEX1N0",
  "api_keys": {
    "stripe": "sk_live_HxS79TvKLrc2XPmzJ8nKDbi3",
    "sendgrid": "SG.63R1DHsB1p0buY89ybCsRm",
    "twilio_sid": "ACd3cd437eed50de3cc039b5a295b4afb9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}