update: adjust .gitignore, config, yarn settings and manifests
This commit is contained in:
parent
2c79717614
commit
3db7eaad79
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/
|
||||
|
||||
@ -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: ""
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user