mirror of
https://github.com/OMGeeky/confique.git
synced 2025-12-27 06:29:27 +01:00
21 lines
319 B
Plaintext
21 lines
319 B
Plaintext
{
|
|
//site_name: ,
|
|
|
|
http: {
|
|
//port: ,
|
|
//bind: "127.0.0.1",
|
|
|
|
headers: {
|
|
//username: "x-username",
|
|
//display_name: "x-display-name",
|
|
//allowed: ["content-type","content-encoding"],
|
|
//score: {"cookie":1.5,"server":12.7},
|
|
},
|
|
},
|
|
|
|
log: {
|
|
//stdout: true,
|
|
//file: ,
|
|
},
|
|
}
|