Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 24ee366

Browse files
committed
✨ added new .env variables
1 parent 9d1812e commit 24ee366

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.env.example

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ DB_PORT=3306
1111
DB_DATABASE=LEAF_DB_NAME
1212
DB_USERNAME=LEAF_DB_USERNAME
1313
DB_PASSWORD=
14+
DB_CHARSET=utf8
15+
DB_COLLATION=utf8_unicode_ci
16+
# DB_COLLATION=utf8_general_ci
1417

1518
MAIL_DRIVER=smtp
1619
MAIL_HOST=smtp.mailtrap.io
@@ -22,5 +25,11 @@ MAIL_ENCRYPTION=null
2225
PROD_SERVER=hello
2326
PROD_PORT=22
2427
PROD_USER=leaf
28+
29+
SERVER_NAME=LEAF_SERVER
30+
SERVER_PORT=5500
31+
SERVER_USER=
32+
SERVER_PASSWORD=
33+
2534
APPLICATION_DIR=leaf
26-
APPLICATION_PATH=leaf
35+
APPLICATION_PATH=leaf

0 commit comments

Comments
 (0)