10 lines
155 B
Bash
10 lines
155 B
Bash
LOG_LEVEL=DEBUG
|
|
|
|
DB_USER=root
|
|
DB_PASSWORD=123456
|
|
#DB_PASSWORD=19940822Cxx%401213
|
|
DB_HOST=localhost
|
|
#DB_HOST=host.docker.internal
|
|
DB_PORT=3306
|
|
DB_NAME=blog
|