2020-05-10 20:37:55 +00:00
|
|
|
[core]
|
|
|
|
server-port = 5000
|
|
|
|
database = core.sqlite
|
2020-06-02 23:15:03 +00:00
|
|
|
not-found-file = 404.html
|
|
|
|
not-found-file-mime = text/html
|
|
|
|
not-found-content = 404 - NOT FOUND
|
|
|
|
not-found-content-type = text/plain
|
|
|
|
|
|
|
|
: 4421 for dev-env; 4420 for testing-env; 4419 for prod-env; 4422 for testing
|
|
|
|
discovery-port = 4422
|
2020-05-10 20:37:55 +00:00
|
|
|
log-level = debug
|