Skip to content

Commit 50013c7

Browse files
committed
feat: remove non-core env vars
1 parent 9a1cf95 commit 50013c7

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.env.example

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ APP_DOWN=false
55
APP_DEBUG=true
66
APP_PORT=5500
77
APP_URL=http://localhost:5500/
8+
APP_PROD_REGION=lhr
89

910
DB_CONNECTION=mysql
1011
DB_HOST=127.0.0.1
@@ -14,26 +15,3 @@ DB_USERNAME=LEAF_DB_USERNAME
1415
DB_PASSWORD=
1516
DB_CHARSET=utf8
1617
DB_COLLATION=utf8_unicode_ci
17-
# DB_COLLATION=utf8_general_ci
18-
19-
MAIL_DRIVER=smtp
20-
MAIL_HOST=smtp.mailtrap.io
21-
MAIL_PORT=2525
22-
MAIL_DEBUG=SERVER
23-
MAIL_USERNAME=null
24-
MAIL_PASSWORD=null
25-
MAIL_ENCRYPTION=null
26-
27-
PROD_SERVER=hello
28-
PROD_PORT=22
29-
PROD_USER=leaf
30-
31-
SERVER_NAME=LEAF_SERVER
32-
SERVER_PORT=5500
33-
SERVER_USER=
34-
SERVER_PASSWORD=
35-
36-
APPLICATION_DIR=leaf
37-
APPLICATION_PATH=leaf
38-
39-
TOKEN_SECRET=

0 commit comments

Comments
 (0)