Added .env.sample

master
Keith Irwin 2023-03-07 14:42:00 -07:00
parent 285e2b2345
commit 33be91e6d5
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 6 additions and 0 deletions

6
.env.sample Normal file
View File

@ -0,0 +1,6 @@
HCAPTCHA_SECRET=0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
MAIL_FROM="Example Site Mailer <noreply@example.com>"
MAIL_TO="me@example.com"
MAIL_SERVER="example.com"
MAIL_USER="noreply@example.com"
MAIL_PASS="XXXXXXXXXXXXXXXXX"