You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
317 B
Bash
21 lines
317 B
Bash
APP_NAME=service
|
|
APP_ENV=dev
|
|
|
|
DB_DRIVER=mysql
|
|
DB_HOST=
|
|
DB_PORT=3306
|
|
DB_DATABASE=
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
DB_CHARSET=utf8mb4
|
|
DB_COLLATION=utf8mb4_unicode_ci
|
|
DB_PREFIX=
|
|
|
|
REDIS_HOST=172.17.0.2
|
|
REDIS_AUTH=(null)
|
|
REDIS_PORT=6379
|
|
REDIS_DB=0
|
|
|
|
LOG_PATH=/data/project/service/runtime/logs
|
|
|
|
LANHUO_URL=https://c.uaeee.com |