Skip to content

Commit

Permalink
📝 Improve the description of NEXTAUTH_URL_INTERNAL
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 21, 2023
1 parent 04d206e commit 3d2d401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/self-hosting/configuration/builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { SponsorButton } from '../../../src/js/SponsorButton.jsx'
| ADMIN_EMAIL | | The email that will get a "Pro" plan on user creation |
| NEXTAUTH_URL | | The builder base URL. Should be the publicly accessible URL (i.e. `https://typebot.domain.com`) |
| NEXT_PUBLIC_VIEWER_URL | | The viewer base URL. Should be the publicly accessible URL (i.e. `https://bot.domain.com`) |
| NEXTAUTH_URL_INTERNAL | | The internal builder base URL. You have to set it only when `NEXTAUTH_URL` isn't publicly accessible |
| NEXTAUTH_URL_INTERNAL | | The internal builder base URL. You have to set it only when `NEXTAUTH_URL` can't be reached by your builder container / server. For a docker deployment, you should set it to `http://localhost:3000`. |
| DEFAULT_WORKSPACE_PLAN | FREE | Default workspace plan on user creation or when a user creates a new workspace. Possible values are `FREE`, `STARTER`, `PRO`, `LIFETIME`. The default plan for admin user is `LIFETIME` |
| DISABLE_SIGNUP | false | To disable new sign ups but still be able to sign in with existing users or admin email |

Expand Down

0 comments on commit 3d2d401

Please sign in to comment.