From 3a708b304319afe84ebf3d40ecebabe6acc339f3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 7 Jun 2021 13:59:08 +0530 Subject: started work on automatic documentation --- .../html/_sources/autoapi/app/config/index.rst.txt | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 docs/_build/html/_sources/autoapi/app/config/index.rst.txt (limited to 'docs/_build/html/_sources/autoapi/app/config') diff --git a/docs/_build/html/_sources/autoapi/app/config/index.rst.txt b/docs/_build/html/_sources/autoapi/app/config/index.rst.txt new file mode 100644 index 0000000..57fb9e0 --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/config/index.rst.txt @@ -0,0 +1,79 @@ +:mod:`app.config` +================= + +.. py:module:: app.config + + +Module Contents +--------------- + +.. data:: SQLALCHEMY_DATABASE_URI + :annotation: = sqlite:////tmp/test.db + + + +.. data:: SQLALCHEMY_TRACK_MODIFICATIONS + :annotation: = False + + + +.. data:: SECRET_KEY + :annotation: = tchtchtch + + + +.. data:: ADMIN_EMAIL + :annotation: = admin@example.com + + + +.. data:: ADMIN_PASSWORD + :annotation: = iamgroot + + + +.. data:: GOOGLE_CLIENT_ID + + + + +.. data:: GOOGLE_CLIENT_SECRET + + + + +.. data:: MAIL_BACKEND + :annotation: = smtp + + + +.. data:: MAIL_SERVER + + + + +.. data:: MAIL_PORT + + + + +.. data:: MAIL_USERNAME + + + + +.. data:: MAIL_PASSWORD + + + + +.. data:: MAIL_FROM + + + + +.. data:: MAIL_USE_TLS + + + + -- cgit v1.2.3