Created
October 13, 2019 10:34
-
-
Save Rhyanz46/c5fdf754c0c896216747f9cd734960c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Confignya: | |
DEBUG = True, | |
PERMANENT_SESSION_LIFETIME = timedelta(days=2) | |
SECRET_KEY = "kodeacakdisini" | |
app.config.from_object(Confignya) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment