{
  "name": "auth-service",
  "version": "2.7.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "U8WzKgBlSUY2tI6QsfZF"
  },
  "jwt_secret": "wh1DVtR2fbcBZXWZCRhme+HEw/I95rev",
  "api_keys": {
    "stripe": "sk_live_mmVDiuGgcHpXYN6wQr4cs1K1",
    "sendgrid": "SG.JVga8HtQRzn2Ew23HmHGuD",
    "twilio_sid": "ACe0c04adb1c964323fea2076647ef2588"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}