Skip to content

Commit 6e881c4

Browse files
committed
Update .env
1 parent 7b99653 commit 6e881c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.sample

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ MONGO_USERNAME=''
66
MONGO_PASSWORD=''
77
MONGO_DATABASE=''
88
MONGO_DEBUG=true
9+
MYSQL_HOSTNAME='127.0.0.1'
10+
MYSQL_PORT='3306'
11+
MYSQL_USERNAME='root'
12+
MYSQL_PASSWORD='root'
13+
MYSQL_DATABASE='testdb'
14+
USE_MONGODB='true'
15+
USE_MYSQL='true'

0 commit comments

Comments
 (0)