{
  "name": "auth-service",
  "version": "1.5.21",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "R6SzdinUTEBJR4Y5IXgR"
  },
  "jwt_secret": "AOQafGJQjz/qOUEg3r0C4NCo7AbAT5L3",
  "api_keys": {
    "stripe": "sk_live_l4ztiwlVd7EVkGt6cubsR25W",
    "sendgrid": "SG.xC+3HUyjfZjMgw+vkb4Lys",
    "twilio_sid": "AC8893c5791c435ade5d5ba143ab41cc4a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}