{
  "name": "auth-service",
  "version": "1.5.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MVLZs9DAb34xJGS9ckFR"
  },
  "jwt_secret": "YgTSnUwYEZLS3JP1SKtNiaF05kojvhEl",
  "api_keys": {
    "stripe": "sk_live_Srk8jPAs5Fw7Fgr3wuoIlwNN",
    "sendgrid": "SG.PPizKji8IbLFeTeLP0Q8Hw",
    "twilio_sid": "ACd171e608fe8b1c9ab952b461fd50e41f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}