mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 21:00:16 +00:00
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
DRIVER_NAME=mysql+asyncmy
|
|
DB_PORT=3306
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=123456test
|
|
DB_DATABASE=integration_test
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_DB=0
|
|
REDIS_PASSWORD="" |