You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Set `SECRET_KEY` environment variable. On Windows: use `setx` command in Command Prompt like `setx SECRET_KEY "your_secret_key"`. On macOS and Linux: use `export` command in terminal like `export SECRET_KEY="your_secret_key"`.
3. Set `SECRET_KEY` environment variable. On Windows: use `setx` command in Command Prompt like `setx SECRET_KEY "your_secret_key"`. On macOS and Linux: use `export` command in terminal like `export SECRET_KEY="your_secret_key"`.
0 commit comments