Custom configuration

Custom configuration

Typebot supports various configuration parameters that can be set as environment variables.
You can edit /app/data/env.sh using the File Manager to set custom configuration.

For example:
export NEXT_PUBLIC_UNSPLASH_APP_NAME = Whatever_Name_I_Gave_This_App_On_Unsplash
export NEXT_PUBLIC_UNSPLASH_ACCESS_KEY = theRandomStringThatUnsplashGaveAsAnAPIkey

Be sure to restart the app after making any changes.