2
0

🔊 Add DEBUG mode with valuable logs in viewer

This commit is contained in:
Baptiste Arnaud
2023-05-16 10:22:31 +02:00
parent f8ea2e1337
commit 72058fd624
2 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Parameters marked with <Asterix/> are required.
| ENCRYPTION_SECRET <Asterix/> | | A 256-bit key used to encrypt sensitive data. It is strongly recommended to [generate](https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx) a new one. The secret should be the same between builder and viewer. |
| NEXT_PUBLIC_VIEWER_URL <Asterix/> | | The viewer base URL. Should be the publicly accessible URL (i.e. `https://bot.domain.com`) |
| NEXTAUTH_URL <Asterix/> | | The builder base URL. Should be the publicly accessible URL (i.e. `https://typebot.domain.com`) |
| DEBUG | false | If enabled, the server will print valuable logs to debug config issues. |
## Emails (Notifications)