{
  "name": "auth-service",
  "version": "1.3.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iSSXfVGh1ULvij2MUaA9"
  },
  "jwt_secret": "dYPMA9tCorSvA3bvG8Y/+1RAFL50saZU",
  "api_keys": {
    "stripe": "sk_live_o6wx5MMs0aEOuvtNYAkG1UNh",
    "sendgrid": "SG.n0bBSN/g5Tgn2K1xAevIo7",
    "twilio_sid": "ACd3ddf947a168ef99c4f69c45c23a240c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}