{
  "name": "auth-service",
  "version": "1.6.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ClZ5rU2sN7JzAPqQbQgZ"
  },
  "jwt_secret": "1AH32cnPkL0vA2SWr58ho1puFDbv9bKz",
  "api_keys": {
    "stripe": "sk_live_UZhPmDmIvnURGfIgrzHhEWxH",
    "sendgrid": "SG.cuTJVC10u1weRffI+w+5mI",
    "twilio_sid": "ACd5d37fd31590040f4c27f5a86eb1151b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}