Bugfix
This commit is contained in:
parent
295bfeee86
commit
a9a8975350
10
config.py
10
config.py
@ -7,10 +7,12 @@ Configuration file
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
## define the location of rtx pages
|
## define the location of rtx pages
|
||||||
## rtx searches all directories and serves the page from the first one (lowest index)
|
## rtx searches all directories and serves the page from the first one
|
||||||
PAGES[0]="pages/"
|
PAGES=[
|
||||||
PAGES[1]="presentation/"
|
"pages/",
|
||||||
PAGES[2]="demopages/"
|
"presentation/",
|
||||||
|
"demopages/",
|
||||||
|
]
|
||||||
|
|
||||||
## logging settings:
|
## logging settings:
|
||||||
# loglevel values: DEBUG (all messages) > INFO > WARNING > ERROR > CRITICAL (only cricital messages)
|
# loglevel values: DEBUG (all messages) > INFO > WARNING > ERROR > CRITICAL (only cricital messages)
|
||||||
|
Loading…
Reference in New Issue
Block a user