.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DB_CONNECTION
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
secret
APP_ENV
下面配置无需修改
APP_KEY
secret
APP_DEBUG
APP_LOG_LEVEL
APP_LOG
BROADCAST_DRIVER
CACHE_DRIVER
SESSION_DRIVER
SESSION_LIFETIME
QUEUE_DRIVER
REDIS_HOST
REDIS_PASSWORD
secret
REDIS_PORT
brew install flyctl && fly launch --from https://github.com/baiyuetribe/card-system
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/baiyuetribe/card-system
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/baiyuetribe/card-system