acn/rtx
acn
/
rtx
1
0
Fork 0
This commit is contained in:
acn 2016-10-31 16:43:42 +01:00
parent 295bfeee86
commit a9a8975350
1 changed files with 6 additions and 4 deletions

View File

@ -7,10 +7,12 @@ Configuration file
import logging
## define the location of rtx pages
## rtx searches all directories and serves the page from the first one (lowest index)
PAGES[0]="pages/"
PAGES[1]="presentation/"
PAGES[2]="demopages/"
## rtx searches all directories and serves the page from the first one
PAGES=[
"pages/",
"presentation/",
"demopages/",
]
## logging settings:
# loglevel values: DEBUG (all messages) > INFO > WARNING > ERROR > CRITICAL (only cricital messages)