add table source_content

This commit is contained in:
konjacpotato
2026-02-14 19:10:34 +08:00
parent 33366f5339
commit 72b117b57c
15 changed files with 488 additions and 0 deletions

14
.env Normal file
View File

@ -0,0 +1,14 @@
ENV=dev
DEBUG=true
# 日志配置
LOG_LEVEL=DEBUG
LOG_TYPE=console
# 数据库配置
DB_HOST=192.168.1.200
DB_PORT=19732
DB_USER=postgres
DB_PASS=postgres
DB_NAME=peter