PaiGram/tests/integration/.env.example

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
148 B
Plaintext
Raw Normal View History

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=""