Skip to content

Commit

Permalink
jwt export
Browse files Browse the repository at this point in the history
  • Loading branch information
RiieCco committed Jun 25, 2020
1 parent 0dc390d commit ae6608f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ When you have modified or created new Knowledge base items, code examples or che
```
export FLASK_APP=skf/app.py
export PYTHONPATH=.:$PYTHONPATH
export SKF_JWT_SECRET="chooseyourownsupersecretstringtoputhere"
flask updatedb
```

Expand All @@ -65,6 +66,7 @@ When you have modified or created new Knowledge base items, code examples or che
```
export FLASK_APP=skf/app.py
export PYTHONPATH=.:$PYTHONPATH
export SKF_JWT_SECRET="chooseyourownsupersecretstringtoputhere"
flask initdataset
```

Expand Down

0 comments on commit ae6608f

Please sign in to comment.