Skip to content

Commit 1eaf1e3

Browse files
committed
Fix default values in environment file to address issues with certain commands
1 parent 89dbb9d commit 1eaf1e3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.env.example

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
APP_ENV=production
22
APP_DEBUG=false
3-
APP_KEY=SomeRandomString3232RandomString
3+
APP_KEY=
44
APP_THEME=pterodactyl
55
APP_TIMEZONE=America/New_York
66
APP_CLEAR_TASKLOG=720
77
APP_DELETE_MINUTES=10
88
APP_ENVIRONMENT_ONLY=true
9-
APP_URL=
109

1110
DB_HOST=127.0.0.1
1211
DB_PORT=3306
1312
DB_DATABASE=panel
1413
DB_USERNAME=pterodactyl
1514
DB_PASSWORD=
1615

17-
CACHE_DRIVER=
18-
SESSION_DRIVER=
19-
2016
HASHIDS_SALT=
2117
HASHIDS_LENGTH=8
2218

@@ -28,9 +24,8 @@ MAIL_PASSWORD=
2824
MAIL_ENCRYPTION=tls
2925
MAIL_FROM=no-reply@example.com
3026

31-
QUEUE_DRIVER=
3227
QUEUE_HIGH=high
3328
QUEUE_STANDARD=standard
3429
QUEUE_LOW=low
3530

36-
APP_SERVICE_AUTHOR=undefined@unknown-author.com
31+
APP_SERVICE_AUTHOR=undefined@example.com

0 commit comments

Comments
 (0)