initial commit

This commit is contained in:
2026-07-27 14:41:04 +02:00
commit 5c01fbdd5f
37 changed files with 6082 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
appname = nodemaster
httpport = 8080
runmode = dev
autorender = false
copyrequestbody = true
EnableDocs = true
sqlconn =
; comma-separated list of origins allowed to call this API from a browser
; (dev mode only for now). Supports "*" wildcards, e.g. "http://localhost:*".
corsalloworigins = http://localhost:*