.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
ENV
Server
PORT
ACCESS_LOG_ENABLED
CORS_ALLOWED_ORIGINS
DATABASE_URL
secret
Databases
REDIS_URL
secret
OTP_LENGTH
OTP_EXPIRY
SMTP_HOST
Email Config
SMTP_PORT
SMTP_FROM
SMTP_USER
SMTP_PASS
EMAIL_CONFIRMATION_REQUIRED
JWT_SECRET
secret
Token
JWT_EXPIRY
secret
ADMIN_USER
Admin
ADMIN_PASSWORD
secret
SITE_URL
Magic Link
MAGIC_LINK_EXPIRY
brew install flyctl && fly launch --from https://github.com/0xradioac7iv/whodis
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xradioac7iv/whodis
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xradioac7iv/whodis