123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- APP_NAME=admin_consumer
- APP_ENV=dev
- HOST = http://192.168.1.123:13306/
- DB_DRIVER=mysql
- DB_HOST=192.168.1.234
- DB_PORT=13306
- DB_DATABASE=hyperf
- DB_USERNAME=root
- DB_PASSWORD=zxt_mysql_dev
- DB_CHARSET=utf8mb4
- DB_COLLATION=utf8mb4_unicode_ci
- DB_PREFIX=
- REDIS_HOST=192.168.1.123
- REDIS_AUTH=zxt_redis_dev
- REDIS_PORT=26739
- REDIS_PASSWORD=zxt_redis_dev
- REDIS_DB=0
- AMQP_HOST=192.168.1.123
- AMQP_PORT=5672
- AMQP_USER=rabbitmq
- AMQP_PASSWORD=zxt_mq_dev
- WECHAT = https://api.weixin.qq.com/
- APPID = wx830ada852dd1707f
- APP_SECRET = 09d1ac9287cb6f3c5e81aa27a6b7138e
- SENSITIVE_WORD = https://v.api.aa1.cn/api/api-mgc/index.php
|