.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
HTTP_SERVER_PORT
Http Server
HTTP_SERVER_ADDRESS
MYSQL_USER
MySQL Database
MYSQL_PASSWORD
secret
MYSQL_ROOT_PASSWORD
secret
MYSQL_DATABASE
MYSQL_HOSTNAME
RABBIT_USER
RabbitMQ Server
RABBIT_PASSWORD
secret
RABBIT_HOSTNAME
JWT_SECRET
secret
ADMIN_NAME
Default Admin
ADMIN_PASSWORD
secret
ADMIN_EMAIL
MAIL_FROM_ADDRESS
Mail
MAIL_FROM_NAME
MAIL_PASSWORD
secret
MAIL_HOST
MAIL_PORT
MAIL_SERVER
brew install flyctl && fly launch --from https://github.com/basemax/rabbitmqordergo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/basemax/rabbitmqordergo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/basemax/rabbitmqordergo