.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
自定义后台路径
brew install flyctl && fly launch --from https://github.com/calcium-ion/99ai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/calcium-ion/99ai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/calcium-ion/99ai