[core] Reformat
This commit is contained in:
parent
8db8b51f76
commit
d6fc38504a
|
@ -24,7 +24,7 @@ from sys import argv
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'database_connection': 'sqlite:////tmp/kibicara.sqlite',
|
'database_connection': 'sqlite:////tmp/kibicara.sqlite',
|
||||||
'frontend_url': 'http://127.0.0.1:4200', # dev default
|
'frontend_url': 'http://127.0.0.1:4200', # dev default
|
||||||
'behind_proxy': False,
|
'behind_proxy': False,
|
||||||
# production params
|
# production params
|
||||||
'frontend_path': None,
|
'frontend_path': None,
|
||||||
|
|
Loading…
Reference in a new issue