create-prisma-php-app 1.10.14 → 1.10.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.env +0 -11
- package/package.json +1 -1
package/dist/.env
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# PHPMailer
|
|
2
|
-
# SMTP_HOST=smtp.gmail.com or your SMTP host
|
|
3
|
-
# SMTP_USERNAME=john.doe@gmail.com or your SMTP username
|
|
4
|
-
# SMTP_PASSWORD=123456
|
|
5
|
-
# SMTP_PORT=587 for TLS, 465 for SSL or your SMTP port
|
|
6
|
-
# SMTP_ENCRYPTION=ssl or tls
|
|
7
|
-
# MAIL_FROM=john.doe@gmail.com
|
|
8
|
-
# MAIL_FROM_NAME="John Doe"
|
|
9
|
-
|
|
10
|
-
# Prisma PHP Auth Secret Key For development only - Change this in production
|
|
11
|
-
AUTH_SECRET=uxsjXVPHN038DEYls2Kw0QUgBcXKUyrjv416nIFWPY4=
|