Skip to content

Commit a6e0e5d

Browse files
Add app_url for mail sender (pterodactyl#3753)
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
1 parent 10aaf00 commit a6e0e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ APP_DELETE_MINUTES=10
88
APP_ENVIRONMENT_ONLY=true
99
LOG_CHANNEL=daily
1010
APP_LOCALE=en
11+
APP_URL=http://panel.example.com
1112

1213
DB_HOST=127.0.0.1
1314
DB_PORT=3306
@@ -30,7 +31,7 @@ MAILGUN_ENDPOINT=api.mailgun.net
3031
# mail servers such as Gmail to reject your mail.
3132
#
3233
# @see: https://github.com/pterodactyl/panel/pull/3110
33-
# SERVER_NAME=panel.yourdomain.com
34+
# SERVER_NAME=panel.example.com
3435

3536
QUEUE_HIGH=high
3637
QUEUE_STANDARD=standard

0 commit comments

Comments
 (0)