13 lines
388 B
INI
13 lines
388 B
INI
[DEFAULT]
|
|
# Secret key for session management
|
|
SECRET_KEY = your_secret_key
|
|
# API key for accessing the TORN API. Public key should be enough
|
|
API_KEY = your_api_key
|
|
|
|
[LOGGING]
|
|
# Maximum number of lines to display in the log viewer
|
|
VIEW_MAX_LINES = 500
|
|
# Number of lines to display per page in the log viewer
|
|
VIEW_PAGE_LINES = 50
|
|
# Number of bytes to read at a time
|
|
TAIL_PAGE_SIZE = 100 |