Skip to content

Commit

Permalink
Merge pull request #190 from ConnectAI-E/fix-lifetime
Browse files Browse the repository at this point in the history
hotfix: lifetime
  • Loading branch information
freeziyou authored Feb 1, 2024
2 parents 0b61968 + d022028 commit e5f108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

SECRET_KEY="<REPLACE>"
FLASK_PERMANENT_SESSION_LIFETIME=86400*30
FLASK_PERMANENT_SESSION_LIFETIME=2592000
FLASK_SQLALCHEMY_DATABASE_URI="mysql+pymysql://root:gitmaya2023@mysql:3306/gitmaya?charset=utf8mb4&binary_prefix=true"

GITHUB_APP_NAME=your-deploy-name
Expand Down

0 comments on commit e5f108b

Please sign in to comment.