Files
scheduler/config.yaml
2024-11-17 13:42:58 +08:00

17 lines
472 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# This is a example file for the system
ListenPort: 25005
DB:
Type: "SQLite"
Path: "" # not need if use SQLite
Port: "" # not need if use SQLite
User: "" # not need if use SQLite
Password: "" # not need if use SQLite
Name: "" # not need if use SQLite
[business]
Session: "2024-2025" #学年
Semester: 1 #学期1 或 2
StartTime: "2024-9-14" #开始值班的日期
Week: 15 #准备值班多少周
File: "member.csv" #成员信息文件的路径,看文档