We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dbb9d commit 1eaf1e3Copy full SHA for 1eaf1e3
.env.example
@@ -1,22 +1,18 @@
1
APP_ENV=production
2
APP_DEBUG=false
3
-APP_KEY=SomeRandomString3232RandomString
+APP_KEY=
4
APP_THEME=pterodactyl
5
APP_TIMEZONE=America/New_York
6
APP_CLEAR_TASKLOG=720
7
APP_DELETE_MINUTES=10
8
APP_ENVIRONMENT_ONLY=true
9
-APP_URL=
10
11
DB_HOST=127.0.0.1
12
DB_PORT=3306
13
DB_DATABASE=panel
14
DB_USERNAME=pterodactyl
15
DB_PASSWORD=
16
17
-CACHE_DRIVER=
18
-SESSION_DRIVER=
19
-
20
HASHIDS_SALT=
21
HASHIDS_LENGTH=8
22
@@ -28,9 +24,8 @@ MAIL_PASSWORD=
28
24
MAIL_ENCRYPTION=tls
29
25
MAIL_FROM=no-reply@example.com
30
26
31
-QUEUE_DRIVER=
32
27
QUEUE_HIGH=high
33
QUEUE_STANDARD=standard
34
QUEUE_LOW=low
35
36
-APP_SERVICE_AUTHOR=undefined@unknown-author.com
+APP_SERVICE_AUTHOR=undefined@example.com
0 commit comments