add .env.example

This commit is contained in:
xiaomlove
2021-01-27 16:46:39 +08:00
parent a5cfa1372c
commit 5c90a962e7
4 changed files with 12 additions and 11 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
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