update: adjust .gitignore, config, yarn settings and manifests

This commit is contained in:
Haitao Pan 2025-09-30 23:53:40 +08:00
parent 2c79717614
commit 3db7eaad79
6 changed files with 26810 additions and 9883 deletions

6
.gitignore vendored
View File

@ -25,4 +25,8 @@ ui/docs/yarn.lock
# Yarn lock in dl (如果你只保留根目录的 lock)
ui/dl/yarn.lock
account/xcontrol-account
account/xcontrol-account.log
server/xcontrol-server
server/xcontrol-server.log
ui/homepage/.yarn/

View File

@ -1,2 +1,20 @@
log:
level: info
server:
addr: ":8080"
readTimeout: 15s
writeTimeout: 15s
store:
driver: "postgres"
dsn: "postgres://shenlan:password@127.0.0.1:5432/account?sslmode=disable"
maxOpenConns: 30
maxIdleConns: 10
session:
ttl: 24h
cache: "redis"
redis:
addr: "127.0.0.1:6379"
password: ""

View File

@ -1 +1,3 @@
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmmirror.com"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff