Commit 45253bdc authored by Cameron Carney's avatar Cameron Carney

corrected email variables

parent 9251174f
...@@ -42,8 +42,8 @@ __*Database Options*__ ...@@ -42,8 +42,8 @@ __*Database Options*__
__*Mailing Options*__ __*Mailing Options*__
* *MAIL_DRIVER*: * *MAIL_DRIVER*:
* *MAIL_EMAIL*:
* *MAIL_FROM*: * *MAIL_FROM*:
* *MAIL_FROM_NAME*:
__*Memcached Only Options*__ __*Memcached Only Options*__
......
...@@ -70,8 +70,8 @@ services: ...@@ -70,8 +70,8 @@ services:
- DB_PASSWORD=pterodbpass - DB_PASSWORD=pterodbpass
- MAIL_DRIVER=mail - MAIL_DRIVER=mail
- MAIL_EMAIL=admin@localhost - MAIL_FROM=admin@localhost
- MAIL_FROM="Pterodactyl Panel" - MAIL_FROM_NAME="Pterodactyl Panel"
image: quay.io/ccarney/pterodactyl-panel:v0.6.2 image: quay.io/ccarney/pterodactyl-panel:v0.6.2
ports: ports:
- 80:80 - 80:80
......
...@@ -91,7 +91,7 @@ function updateConfiguration { ...@@ -91,7 +91,7 @@ function updateConfiguration {
--port="${MAIL_PORT}" \ --port="${MAIL_PORT}" \
--username="${MAIL_USERNAME}" \ --username="${MAIL_USERNAME}" \
--password="${MAIL_PASSWORD}" \ --password="${MAIL_PASSWORD}" \
--from-name="${MAIL_FROM}" --from-name="${MAIL_FROM_NAME}"
php artisan migrate --force php artisan migrate --force
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment