Skip to content

Commit

Permalink
fix: README env variables section
Browse files Browse the repository at this point in the history
  • Loading branch information
gazev committed Nov 17, 2024
1 parent acac5b3 commit 760c9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ flask run --debug
- `STATIC_DIR`: Path to the folder where user and project images will be stored (defaults to `data/static/`)
- `ROLES_PATH`: Path to the roles configuration json file (defaults to `data/roles.json`)

- `LOG_LEVEL`: Log level (defaults to INFO)
- `LOGS_PATH` Path to logs file (deaults to stdout)
- `LOGS_PATH` Path to logs file (defaults to stdout)
- `FRONTEND_URI` URI for the frontend (defaults to `http://localhost:3000` for dev)

These will only be necessary if you'll be using the `flask create-admin` command
- `ADMIN_USERNAME`: Admin username
Expand Down

0 comments on commit 760c9f7

Please sign in to comment.