This repository has been archived on 2020-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pingan/.env
2020-08-06 16:37:53 +08:00

27 lines
462 B
Bash

APP_NAME=平安券核销管理系统
APP_ENV=local
APP_KEY=base64:HrWbyXR/0Bh/w5Ij6fx8747z4VvKLupYPhWELuLvVro=
APP_DEBUG=false
APP_URL=http://pa.ysd-bs.com
LOG_CHANNEL=daily
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pingan
DB_USERNAME=pingan
DB_PASSWORD=vnmrIl3fn5Alahna
BROADCAST_DRIVER=file
CACHE_DRIVER=file
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379