Replies: 1 comment
-
关于你提到的 MongoDB 指定 database ,这个是可以配置,源码地址 https://github.com/mx-space/core/blob/master/apps/core/src/app.config.ts#L128-L153 ,你也可以这样拼接参数,就如 Docker entrypoint.sh 文件一样 https://github.com/mx-space/core/blob/master/docker-entrypoint.sh#L207 至于 Redis 数据库名的指定,config 文件没有相关配置项,欢迎 Pr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我看环境变量只有collection _name,这样会默认使用test数据库,可以指定一个database_name。同理redis会默认使用数据库0。可以改成其他的吗?
Beta Was this translation helpful? Give feedback.
All reactions