mirror of
https://github.com/KwiTsukasa/kt-template-online-api.git
synced 2026-05-27 15:44:54 +08:00
11 lines
215 B
Bash
11 lines
215 B
Bash
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=qwqvqaqeq2333KT
|
|
DB_DATABASE=shy_template
|
|
DB_SYNC=true
|
|
|
|
MINIO_ENDPOINT=192.168.1.206
|
|
MINIO_PORT=9000
|
|
MINIO_ACCESS_KEY=minioadmin
|
|
MINIO_SECRET_KEY=minioadmin |