2024-04-01 14:22:59 +02:00
|
|
|
root = "."
|
|
|
|
testdata_dir = "testdata"
|
|
|
|
tmp_dir = "tmp"
|
|
|
|
|
|
|
|
[build]
|
2024-04-07 19:29:35 +02:00
|
|
|
args_bin = [
|
|
|
|
"-desc 'Freiheit, Gleichheit, Brüderlichkeit, Toleranz und Humanität'",
|
|
|
|
"-domain localhost:8080",
|
|
|
|
"-key tmp/key.gob",
|
|
|
|
"-link https://distrikt-ni-st.de",
|
|
|
|
"-log tmp/cpolis.log",
|
|
|
|
"-pics tmp/pics",
|
|
|
|
"-rss tmp/orientexpress_alle.rss",
|
|
|
|
"-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'",
|
|
|
|
"-web web"
|
|
|
|
]
|
|
|
|
bin = "./tmp/main"
|
|
|
|
cmd = "go build -o ./tmp/main ./cmd/main.go"
|
|
|
|
delay = 0
|
|
|
|
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
|
|
|
exclude_file = []
|
|
|
|
exclude_regex = ["_test.go"]
|
|
|
|
exclude_unchanged = false
|
|
|
|
follow_symlink = false
|
|
|
|
full_bin = ""
|
|
|
|
include_dir = []
|
|
|
|
include_ext = ["go", "tpl", "tmpl", "html", "css"]
|
|
|
|
include_file = []
|
|
|
|
kill_delay = "0s"
|
|
|
|
log = "build-errors.log"
|
|
|
|
poll = false
|
|
|
|
poll_interval = 0
|
|
|
|
rerun = false
|
|
|
|
rerun_delay = 500
|
|
|
|
send_interrupt = false
|
|
|
|
stop_on_error = false
|
2024-04-01 14:22:59 +02:00
|
|
|
|
|
|
|
[color]
|
2024-04-07 19:29:35 +02:00
|
|
|
app = ""
|
|
|
|
build = "yellow"
|
|
|
|
main = "magenta"
|
|
|
|
runner = "green"
|
|
|
|
watcher = "cyan"
|
2024-04-01 14:22:59 +02:00
|
|
|
|
|
|
|
[log]
|
2024-04-07 19:29:35 +02:00
|
|
|
main_only = false
|
|
|
|
time = false
|
2024-04-01 14:22:59 +02:00
|
|
|
|
|
|
|
[misc]
|
2024-04-07 19:29:35 +02:00
|
|
|
clean_on_exit = false
|
2024-04-01 14:22:59 +02:00
|
|
|
|
|
|
|
[screen]
|
2024-04-07 19:29:35 +02:00
|
|
|
clear_on_rebuild = false
|
|
|
|
keep_scroll = true
|