GitDeployHub

calcium-ion/99ai

github.com/calcium-ion/99ai ↗
Node.js API
14 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PORT 端口
  • DB_HOST MySQL
  • DB_PORT
  • DB_USER
  • DB_PASS
  • DB_DATABASE
  • DB_SYNC
  • REDIS_PORT Redis
  • REDIS_HOST
  • REDIS_PASSWORD secret
  • REDIS_USER
  • REDIS_DB
  • ISDEV 是否测试环境
  • ADMIN_SERVE_ROOT 自定义后台路径
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/calcium-ion/99ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/calcium-ion/99ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/calcium-ion/99ai
Or deploy to a different host
← Try another repo