perf: add db prefix env

This commit is contained in:
daodao97
2020-07-06 17:07:32 +08:00
parent 7710942b6a
commit a61f2c9316
7 changed files with 15 additions and 8 deletions

View File

@@ -12,13 +12,15 @@
"ext-json": "*",
"ext-pdo": "*",
"ext-swoole": ">=4.4",
"hyperf/constants": "~2.0.0",
"aliyuncs/oss-sdk-php": "^2.3",
"box/spout": "^3.1",
"hyperf/amqp": "~2.0.0",
"hyperf/async-queue": "~2.0.0",
"hyperf/cache": "~2.0.0",
"hyperf/command": "~2.0.0",
"hyperf/config": "~2.0.0",
"hyperf/constants": "~2.0.0",
"hyperf/crontab": "~2.0.0",
"hyperf/database": "~2.0.0",
"hyperf/db-connection": "~2.0.0",
"hyperf/filesystem": "~2.0.0",
@@ -32,11 +34,10 @@
"hyperf/process": "~2.0.0",
"hyperf/redis": "~2.0.0",
"hyperf/snowflake": "~2.0.0",
"hyperf/validation": "~2.0.0",
"nette/php-generator": "^3.4",
"yadakhov/insert-on-duplicate-key": "^1.2",
"hyperf/async-queue": "~2.0.0",
"hyperf/crontab": "~2.0.0",
"zoujingli/ip2region": "^1.0",
"hyperf/validation": "~2.0.0"
"zoujingli/ip2region": "^1.0"
},
"replace": {
"hyperf-admin/base-utils": "self.version",