mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
10 lines
233 B
YAML
10 lines
233 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
|
|
Type: "SQLite"
|