Changing README
This commit is contained in:
parent
73dd738970
commit
1e0d78f67b
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -59,18 +59,21 @@ It comes with a very straightforward dashboard written in PHP. This is **optiona
|
||||||
* APP_DEBUG=false
|
* APP_DEBUG=false
|
||||||
* APP_URL=http://localhost
|
* APP_URL=http://localhost
|
||||||
* APP_TIMEZONE=UTC
|
* APP_TIMEZONE=UTC
|
||||||
|
* DB_TIMEZONE="+1:00"
|
||||||
* DB_CONNECTION=mysql
|
* DB_CONNECTION=mysql
|
||||||
* DB_HOST=127.0.0.1
|
* DB_HOST=127.0.0.1
|
||||||
* DB_PORT=3306
|
* DB_PORT=3306
|
||||||
* DB_DATABASE=homestead
|
* DB_DATABASE=homestead
|
||||||
* DB_USERNAME=homestead
|
* DB_USERNAME=homestead
|
||||||
* DB_PASSWORD=secret
|
* DB_PASSWORD=secret
|
||||||
* SMTP_HOST=localhost
|
* MAIL_MAILER=smtp
|
||||||
* DMTP_USER=
|
* MAIL_HOST=localhost
|
||||||
* SMTP_PASSWORD=
|
* MAIL_PORT=25
|
||||||
* SMTP_PORT=25
|
* MAIL_USERNAME=
|
||||||
* SMTP_SSL=1
|
* MAIL_PASSWORD=
|
||||||
* MAIL_FROM=axel@monitolite.fr
|
* MAIL_ENCRYPTION=
|
||||||
|
* MAIL_FROM_ADDRESS=noreply@monitolite.fr
|
||||||
|
* MAIL_FROM_NAME="Monitolite"
|
||||||
* NB_TRIES=3
|
* NB_TRIES=3
|
||||||
* ARCHIVE_DAYS=10
|
* ARCHIVE_DAYS=10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue