instructions for secret key and salt generation
This commit is contained in:
parent
cdb7028793
commit
88cee8c89a
@ -9,4 +9,5 @@ This is a template for a Flask application, using Flask-Security-Too and SQLAlch
|
|||||||
3. In .env, modify what you need to
|
3. In .env, modify what you need to
|
||||||
4. Create and activate python virtual env
|
4. Create and activate python virtual env
|
||||||
5. Install requirements with `pip install -r requirements.txt`
|
5. Install requirements with `pip install -r requirements.txt`
|
||||||
|
6. Generate secret keys and paswords salts and put them in .env : `openssl rand -hex 32`
|
||||||
6. Now you can run your app with `flask run`
|
6. Now you can run your app with `flask run`
|
||||||
Loading…
x
Reference in New Issue
Block a user