You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Make sure you have the following environment variables set
export SHAWTY_DOMAIN="" # e.g. SHAWTY_DOMAIN="luu.bz"
export SHAWTY_DB_TYPE="" # "pg" or "mysql"
export SHAWTY_DB="" # e.g. SHAWTY_DB="user:password@tcp(localhost:3306)/dbname"
export SHAWTY_PORT=8080 # e.g. SHAWTY_PORT=8080
export SHAWTY_MODE="HTTP" # "HTTP" or "FCGI"
export SHAWTY_LPM=12 # number of links can be created per minute (existings don't count)
export SHAWTY_LOG_DIR="" # log directory. leave blank ("") to use standard output