Add 'template' config-option
This commit is contained in:
parent
07b61d86ce
commit
604fefe286
|
@ -16,7 +16,8 @@ DEFAULT_CONFIG = {
|
||||||
'log': '',
|
'log': '',
|
||||||
'output': 'output.html',
|
'output': 'output.html',
|
||||||
'idmap': '',
|
'idmap': '',
|
||||||
'onlinedc': True
|
'onlinedc': True,
|
||||||
|
'template': 'template.html'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue