This repository has been archived on 2021-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pingan_unionpay/.env
2020-08-06 16:42:18 +08:00

27 lines
467 B
Bash

APP_NAME=平安券核销管理系统
APP_ENV=local
APP_KEY=base64:HrWbyXR/0Bh/w5Ij6fx8747z4VvKLupYPhWELuLvVro=
APP_DEBUG=true
APP_URL=http://pac.cnskl.com
LOG_CHANNEL=daily
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pinganBak
DB_USERNAME=pinganBak
DB_PASSWORD=R6E8SCgqkLfRvM3I
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