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