mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
let args = {
|
|
port = 8080,
|
|
listen = "0.0.0.0",
|
|
verbose = NULL,
|
|
dir = [
|
|
"some/dir",
|
|
"some/other/dir",
|
|
],
|
|
log = {
|
|
debug = true,
|
|
format = "json",
|
|
},
|
|
};
|
|
|
|
out flags args; |