Skip to content

Commit e246bdc

Browse files
committed
Add instructions to set SECRET_KEY environment variable
1 parent a8f4b86 commit e246bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This app is an endless task list application with levels and experience points (
66

77
1. Clone the repository.
88
2. Install dependencies: `pip install -r requirements.txt`.
9-
3. Set `SECRET_KEY` environment variable.
9+
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"`.
1010
4. Run the app `python app.py`.
1111
5. Open `localhost:8081` on your web browser.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This app is an endless task list application with levels and experience points (
66

77
1. Clone the repository.
88
2. Install dependencies: `pip install -r requirements.txt`.
9-
3. Set `SECRET_KEY` environment variable.
9+
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"`.
1010
4. Run the app `python app.py`.
1111
5. Open `localhost:8081` on your web browser.

0 commit comments

Comments
 (0)