7 lines
99 B
Python
7 lines
99 B
Python
DEBUG = True
|
|
#
|
|
# Logging
|
|
#
|
|
APP_NAME = 'pyrip'
|
|
LOG_HOSTNAME = "loggy" # When DEBUG is True
|