{
  "name": "auth-service",
  "version": "1.1.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QUxWZYaXimtkLFGc6q9t"
  },
  "jwt_secret": "V/zrmAzOzarGBGbZiVY79/ZK1DY8PXWt",
  "api_keys": {
    "stripe": "sk_live_qaGBSfcpgu9KRm0j8PFDQYu4",
    "sendgrid": "SG.XZBPU7vtbQcYGYdpHDTYhw",
    "twilio_sid": "AC624a7c5bd669a27fc2d6b4bf2c4b39d9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}