63 lines
1.1 KiB
JSON
Executable File
63 lines
1.1 KiB
JSON
Executable File
{
|
|
"password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567",
|
|
"logger":{
|
|
"name":"kyrag",
|
|
"levelname":"info",
|
|
"logfile":"$[workdir]$/logs/kyrag.log"
|
|
},
|
|
"filesroot":"$[workdir]$/files",
|
|
"databases":{
|
|
"kyrag":{
|
|
"driver":"aiomysql",
|
|
"async_mode":true,
|
|
"coding":"utf8",
|
|
"maxconn":100,
|
|
"dbname":"kyrag",
|
|
"kwargs":{
|
|
"user":"test",
|
|
"db":"kyrag",
|
|
"password":"QUZVcXg5V1p1STMybG5Ia6mX9D0v7+g=",
|
|
"host":"db"
|
|
}
|
|
}
|
|
},
|
|
"website":{
|
|
"paths":[
|
|
["$[workdir]$/wwwroot",""]
|
|
],
|
|
"client_max_size":10000,
|
|
"host":"0.0.0.0",
|
|
"port":9182,
|
|
"coding":"utf-8",
|
|
"indexes":[
|
|
"index.html",
|
|
"index.tmpl",
|
|
"index.ui",
|
|
"index.dspy"
|
|
],
|
|
"startswiths":[
|
|
{
|
|
"leading":"/idfile",
|
|
"registerfunction":"idfile"
|
|
}
|
|
],
|
|
"processors":[
|
|
[".proxy","proxy"],
|
|
[".tmpl.js","tmpl"],
|
|
[".tmpl.css","tmpl"],
|
|
[".html.tmpl","tmpl"],
|
|
[".bcrud", "bricks_crud"],
|
|
[".tmpl","tmpl"],
|
|
[".app","app"],
|
|
[".bui","bui"],
|
|
[".ui","bui"],
|
|
[".dspy","dspy"]
|
|
],
|
|
"session_max_time":3000,
|
|
"session_issue_time":2500,
|
|
"session_redis":{
|
|
"url":"redis://127.0.0.1:6379"
|
|
}
|
|
}
|
|
}
|