[core] Add root_url config parameter #24
This commit is contained in:
parent
bb21f5bc71
commit
03ae33c8fe
|
@ -10,6 +10,7 @@ from pytoml import load
|
||||||
config = {
|
config = {
|
||||||
'database_connection': 'sqlite:////tmp/kibicara.sqlite',
|
'database_connection': 'sqlite:////tmp/kibicara.sqlite',
|
||||||
'frontend_path': None,
|
'frontend_path': None,
|
||||||
|
'root_url': 'http://localhost:8000/',
|
||||||
}
|
}
|
||||||
|
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
Loading…
Reference in a new issue