1
0

refactor: prepare backend refactor

This commit is contained in:
2026-07-14 16:54:40 +08:00
parent 0f674d0483
commit 26dce7ce80
19 changed files with 183 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
[database]
driver = "sqlite"
[database.config]
path = "coconut-leaf.db"
# [database]
# driver = "mysql"
#
# [database.config]
# host = "localhost"
# port = 3306
# user = "root"
# password = "password"
# database = "coconut_leaf"
[web]
port = 8848
[others]
auto-token-clean-duration = 86400
debug = true