mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
1
This commit is contained in:
18
config.yaml
Normal file
18
config.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# 其中有的配置可以通过环境变量覆盖,前端,模板的路径通过环境变量设置
|
||||
# 这是一个示例配置文件。
|
||||
app:
|
||||
Name: "scheduler for ZSC Network Support staff"
|
||||
ListenPort: 25005
|
||||
File: "member.csv" #成员信息文件的路径,看文档
|
||||
DB:
|
||||
Type: "SQLite"
|
||||
Path: "./scheduler.db"
|
||||
Port: ""
|
||||
User: ""
|
||||
Password: ""
|
||||
Name: ""
|
||||
business:
|
||||
Session: "2024-2025" #学年
|
||||
Semester: 1 #学期,1 或 2
|
||||
StartTime: "2025-3-10" #开始值班的日期,日期必须是星期一
|
||||
Week: 15 #准备值班多少周
|
||||
Reference in New Issue
Block a user