Skip to content

Commit

Permalink
pour tout insa-cvl.com ?????????
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Dec 6, 2023
1 parent e2ec6b9 commit 652351e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
app.config['SECRET_KEY'] = 'your_secret_key'
app.config['TOKEN_SECRET_KEY'] = 'your_token_secret_key'
app.config['SESSION_COOKIE_DOMAIN'] = 'insa-cvl.com'

db = SQLAlchemy(app)
login_manager = LoginManager(app)
Expand Down

0 comments on commit 652351e

Please sign in to comment.