Skip to content
Snippets Groups Projects
Select Git revision
  • dfecd5d9a1b8b5e88fec4caa2eebf3ce65f381f8
  • master default protected
2 results

config.py.example

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    config.py.example 328 B
    SQLALCHEMY_DATABASE_URI = "sqlite:///example.db" # SQLAlchemy connection data
    SECRET_KEY = "abcdef"                            # 
    DEBUG = False                                    # Debug Mode
    UPDATE_INDEX_INTERVAL = 1                        # Time in seconds between requests
    UPDATE_TIME_INTERVAL = 10                        #