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 9a1cf95 commit 50013c7Copy full SHA for 50013c7
.env.example
@@ -5,6 +5,7 @@ APP_DOWN=false
5
APP_DEBUG=true
6
APP_PORT=5500
7
APP_URL=http://localhost:5500/
8
+APP_PROD_REGION=lhr
9
10
DB_CONNECTION=mysql
11
DB_HOST=127.0.0.1
@@ -14,26 +15,3 @@ DB_USERNAME=LEAF_DB_USERNAME
14
15
DB_PASSWORD=
16
DB_CHARSET=utf8
17
DB_COLLATION=utf8_unicode_ci
-# 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