hr-system/conf/config.json

31 lines
522 B
JSON

{
"server": {
"host": "0.0.0.0",
"port": 9280
},
"processors": {
"extensions": [".tmpl", ".ui", ".dspy"]
},
"databases": {
"hrs": {
"type": "mariadb",
"host": "127.0.0.1",
"port": 3306,
"database": "hrs",
"user": "test",
"password": "test123",
"charset": "utf8mb4"
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 0
},
"session": {
"type": "redis",
"session_max_time": 28800,
"session_issue_time": 86400
}
}