mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
9 lines
216 B
YAML
9 lines
216 B
YAML
# This is a example file for the system
|
|
ListenPort: 25005
|
|
File: "member.csv"
|
|
DB:
|
|
Path: "scheduler.db"
|
|
Port: "" # not need if use SQLite
|
|
User: "" # not need if use SQLite
|
|
Password: "" # not need if use SQLite
|