diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000000000000000000000000000000000000..a32c533ee2dd80e6bb032434785f6655c77af265 --- /dev/null +++ b/config.py.example @@ -0,0 +1,6 @@ +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_SHOW_INTERVAL = 1 # +UPDATE_TIME_INTERVAL = 10 #