add
This commit is contained in:
0
trading_assistant_api/services/user/Dockerfile
Normal file
0
trading_assistant_api/services/user/Dockerfile
Normal file
0
trading_assistant_api/services/user/api/user_api.go
Normal file
0
trading_assistant_api/services/user/api/user_api.go
Normal file
0
trading_assistant_api/services/user/conf/config.go
Normal file
0
trading_assistant_api/services/user/conf/config.go
Normal file
0
trading_assistant_api/services/user/dao/user_dao.go
Normal file
0
trading_assistant_api/services/user/dao/user_dao.go
Normal file
@@ -0,0 +1,4 @@
|
||||
-- PostgresSQL全局初始化脚本
|
||||
-- 所有业务公共建库/建表语句写在这里,单独业务表建议在各自业务中处理
|
||||
CREATE DATABASE IF NOT EXISTS monorepo;
|
||||
\c monorepo;
|
||||
@@ -0,0 +1,8 @@
|
||||
# Redis基础配置
|
||||
bind 0.0.0.0
|
||||
protected-mode no
|
||||
port 6379
|
||||
daemonize no
|
||||
requirepass 123456
|
||||
appendonly yes
|
||||
appendfsync everysec
|
||||
0
trading_assistant_api/services/user/main.go
Normal file
0
trading_assistant_api/services/user/main.go
Normal file
Reference in New Issue
Block a user