Fixing .env.example
This commit is contained in:
parent
df690a63be
commit
cccaa10c23
2 changed files with 10 additions and 15 deletions
11
.env.example
11
.env.example
|
@ -1,4 +1,4 @@
|
||||||
APP_NAME=Lumen
|
APP_NAME=Monitolite
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
|
@ -17,3 +17,12 @@ DB_PASSWORD=secret
|
||||||
|
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
QUEUE_CONNECTION=sync
|
QUEUE_CONNECTION=sync
|
||||||
|
|
||||||
|
SMTP_HOST=localhost
|
||||||
|
SMTP_USER=
|
||||||
|
SMTP_PASSWORD=
|
||||||
|
SMTP_PORT=25
|
||||||
|
SMTP_SSL=1
|
||||||
|
MAIL_FROM=axel@monitolite.fr
|
||||||
|
NB_TRIES=3
|
||||||
|
ARCHIVE_DAYS=10
|
||||||
|
|
14
env.example
14
env.example
|
@ -1,14 +0,0 @@
|
||||||
DB_TYPE=mysql
|
|
||||||
DB_HOST=127.0.0.1
|
|
||||||
DB_USER=vagrant
|
|
||||||
DB_PASSWORD=vagrant
|
|
||||||
DB_NAME=monitoring
|
|
||||||
DB_PORT=3306
|
|
||||||
SMTP_HOST=localhost
|
|
||||||
SMTP_USER=
|
|
||||||
SMTP_PASSWORD=
|
|
||||||
SMTP_PORT=25
|
|
||||||
SMTP_SSL=1
|
|
||||||
MAIL_FROM=axel@monitolite.fr
|
|
||||||
NB_TRIES=3
|
|
||||||
ARCHIVE_DAYS=10
|
|
Loading…
Add table
Reference in a new issue