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