mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-18 22:50:28 -04:00
5 lines
No EOL
170 B
Text
5 lines
No EOL
170 B
Text
LOG_LEVEL = INFO
|
|
LOG_FORMAT = %(levelname)s: %(message)s
|
|
BOUNDARY_LIMIT_ENC = -8192, 8191
|
|
BOUNDARY_LIMIT_DEC = 0x0000, 0x7F7F
|
|
INPUT_STREAM_FILE = './data/InputStream.txt' |