mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -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;
|