8 lines
416 B
Bash
8 lines
416 B
Bash
# You need to stop and re-run docker to switch, `pnpm run docker:db`
|
|
# To login using GitHub and connect via OAuth with most integrations
|
|
AUTH_CALLBACK_URL=http://localhost:3004/oauth/callback
|
|
# To connect with Slack
|
|
# AUTH_CALLBACK_URL=https://<ngrok subdomain>.eu.ngrok.io/oauth/callback
|
|
|
|
# You only need to use this locally if you specify PIZZLY_SECRET_KEY in the webapp .env file
|
|
# PIZZLY_SECRET_KEY=<secret_key> |