+ +
+

app.config

+
+

Module Contents

+
+
+app.config.SQLALCHEMY_DATABASE_URI = sqlite:////tmp/test.db
+
+ +
+
+app.config.SQLALCHEMY_TRACK_MODIFICATIONS = False
+
+ +
+
+app.config.SECRET_KEY = tchtchtch
+
+ +
+
+app.config.ADMIN_EMAIL = admin@example.com
+
+ +
+
+app.config.ADMIN_PASSWORD = iamgroot
+
+ +
+
+app.config.GOOGLE_CLIENT_ID
+
+ +
+
+app.config.GOOGLE_CLIENT_SECRET
+
+ +
+
+app.config.MAIL_BACKEND = smtp
+
+ +
+
+app.config.MAIL_SERVER
+
+ +
+
+app.config.MAIL_PORT
+
+ +
+
+app.config.MAIL_USERNAME
+
+ +
+
+app.config.MAIL_PASSWORD
+
+ +
+
+app.config.MAIL_FROM
+
+ +
+
+app.config.MAIL_USE_TLS
+
+ +
+
+ + +