Add example env file
This commit is contained in:
parent
ab751d68c0
commit
5a1e6c78a9
1 changed files with 15 additions and 0 deletions
15
.env.example
Normal file
15
.env.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SMTP_HOST=
|
||||
SMTP_PORT=587
|
||||
SMTP_TLS=true
|
||||
SMTP_UNAME=
|
||||
SMTP_PWORD=
|
||||
SMTP_DOMAIN=
|
||||
|
||||
MARIA_HOST=
|
||||
MARIA_PORT=3306
|
||||
MARIA_UNAME=
|
||||
MARIA_PWORD=
|
||||
MARIA_DBASE=
|
||||
|
||||
MAIL_SENDER=
|
||||
MAIL_RECIPIENT=
|
||||
Loading…
Add table
Add a link
Reference in a new issue