first commit

This commit is contained in:
2025-10-27 23:13:08 +08:00
commit 476c5e7658
2968 changed files with 49547 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
appname = server
httpport = 8080
runmode = dev
# 数据库配置
# MySQL - 远程连接配置
mysqluser = gotest
mysqlpass = 2nZhRdMPCNZrdzsd
mysqlurls = 212.64.112.158:3307
mysqldb = gotest
# SQLite
#sqlitepath = ./yunzer.db
# ORM配置
orm = mysql
# 配置静态文件目录(指向前端 dist 目录)
StaticDir = /static:../front/dist # 映射 /static 路径到前端 dist 目录