Last active
March 5, 2024 13:41
-
-
Save vinayakg/911bef22994866e040cddb7141ac67f6 to your computer and use it in GitHub Desktop.
typebot-env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration) | |
| ENCRYPTION_SECRET=hearthathon-1234hearthathon-1234 | |
| DATABASE_URL=postgresql://postgres.gglbffzglevzeshvxmzb:[email protected]:5432/postgres | |
| NEXTAUTH_URL=https://forms.heartfulness.org | |
| NEXT_PUBLIC_VIEWER_URL=https://vform.heartfulness.org | |
| [email protected] | |
| DEFAULT_WORKSPACE_PLAN=UNLIMITED | |
| DISABLE_SIGNUP=false | |
| SMTP_USERNAME=AKIAZ2OBQRS7RGVPCGT7 | |
| SMTP_PASSWORD=BLOivbVa7ajLg+FVfzjEGqz+czMHZ6OOp4YecjQmo4Y7 | |
| SMTP_HOST=email-smtp.ap-south-1.amazonaws.com | |
| SMTP_PORT=587 | |
| [email protected] | |
| SMTP_SECURE=false | |
| SMTP_AUTH_DISABLED=true | |
| GOOGLE_CLIENT_ID=101727156802-0f2ii17tcmc2g4o35a9c2ct79ae1ft6a.apps.googleusercontent.com | |
| GOOGLE_CLIENT_SECRET=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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment