We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aaf00 commit a6e0e5dCopy full SHA for a6e0e5d
.env.example
@@ -8,6 +8,7 @@ APP_DELETE_MINUTES=10
8
APP_ENVIRONMENT_ONLY=true
9
LOG_CHANNEL=daily
10
APP_LOCALE=en
11
+APP_URL=http://panel.example.com
12
13
DB_HOST=127.0.0.1
14
DB_PORT=3306
@@ -30,7 +31,7 @@ MAILGUN_ENDPOINT=api.mailgun.net
30
31
# mail servers such as Gmail to reject your mail.
32
#
33
# @see: https://github.com/pterodactyl/panel/pull/3110
-# SERVER_NAME=panel.yourdomain.com
34
+# SERVER_NAME=panel.example.com
35
36
QUEUE_HIGH=high
37
QUEUE_STANDARD=standard
0 commit comments