14 lines
171 B
Bash
14 lines
171 B
Bash
ENV=dev
|
|
|
|
DEBUG=true
|
|
|
|
# 日志配置
|
|
LOG_LEVEL=DEBUG
|
|
LOG_TYPE=console
|
|
|
|
# 数据库配置
|
|
DB_HOST=192.168.1.200
|
|
DB_PORT=19732
|
|
DB_USER=postgres
|
|
DB_PASS=postgres
|
|
DB_NAME=peter |