Files
nexusphp/.env.example

9 lines
147 B
Plaintext
Raw Normal View History

2021-01-27 16:46:39 +08:00
MYSQL_HOST=127.0.0.1
MYSQL_PORT=3306
MYSQL_USERNAME=
MYSQL_PASSWORD=
MYSQL_DATABASE=nexusphp
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_DATABASE=0