add authentication

This commit is contained in:
Anatol Ulrich
2023-10-04 21:03:20 +02:00
parent 89368ded2a
commit fa52233404
8 changed files with 428 additions and 0 deletions

11
consts.py Normal file
View File

@ -0,0 +1,11 @@
"""global constants"""
# application log hierarchy root
#
# an empty root will configure logging for all packages
# use this to debug issues with underlying modules
# LOG_ROOT = ''
LOG_ROOT = 'bb.mspy'
# default log level
DEFAULT_LOG_LEVEL = 'debug'