Very basic data enrichment via LOBID/GND

This commit is contained in:
Simon Martens
2024-11-19 18:51:42 +01:00
parent 7dc603df2c
commit c86fed3cbe
12 changed files with 368 additions and 50827 deletions

View File

@@ -7,13 +7,13 @@ tmp_dir = "tmp"
bin = "./tmp/main"
cmd = "go build -tags=\"dev\" -o ./tmp/main ."
delay = 1000
exclude_dir = ["assets", "views", "tmp", "vendor", "testdata"]
exclude_dir = ["assets", "views", "tmp", "vendor", "testdata", "data_git", "cache_gnd"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = [ "views/assets" ]
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_file = []
kill_delay = "0s"
@@ -24,7 +24,7 @@ tmp_dir = "tmp"
pre_cmd = []
rerun = false
rerun_delay = 500
send_interrupt = false
send_interrupt = true
stop_on_error = false
[color]
@@ -43,7 +43,7 @@ tmp_dir = "tmp"
[proxy]
app_port = 8080
enabled = false
enabled = true
proxy_port = 8081
[screen]