Skip to content

Commit

Permalink
added .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Sep 21, 2022
1 parent ce73f42 commit c4ddec0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
APP_DEBUG=true

SERVER_PROCESS_GROUP=''
SERVER_PROCESS_USER=''

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=123456

ZONEMTA_CONNECTION=mysql
ZONEMTA_DB=
ZONEMTA_HOST=
ZONEMTA_PASSWORD=
ZONEMTA_PORT=3306
ZONEMTA_USERNAME=

SESSION_DRIVER=file

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

0 comments on commit c4ddec0

Please sign in to comment.