{
  "name": "user-service",
  "version": "2.3.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2FtlLYsB8gZAuRSX5DcJ"
  },
  "jwt_secret": "2pgmk9pMIsdLBw+uG5Aydk8GyGBxV17s",
  "api_keys": {
    "stripe": "sk_live_yUc4hii4ahLUA3dHPJKuxJ2g",
    "sendgrid": "SG.JrYCWWZyqDlLZeSG1YLnQz",
    "twilio_sid": "ACe38dbd9c7157beef49fb0df7749e118e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}