添加 config load

This commit is contained in:
2024-10-28 11:54:56 +08:00
parent 1da5d144c9
commit 3b0a0001df
4 changed files with 79 additions and 0 deletions

8
config.yaml Normal file
View File

@@ -0,0 +1,8 @@
# 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