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
export WHICH_DB_STRING="dbname=<your db name> host=<your db host> user=<your db username> password=<your password>" # add whatever you need to the connection string
export WHICH_GOOGLE_CLIENT_ID="<your google oauth client ID>"
export WHICH_GOOGLE_CLIENT_SECRET="<your google oauth client secret>"
export WHICH_GOOGLE_CALLBACK_URL="<your host>/auth/callback" # needs to be allowed in the Google Oauth Console
export WHICH_PORT=":80"
cd /path/to/which # absolute path to the top which directory