11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
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:*
|