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 7b99653 commit 6e881c4Copy full SHA for 6e881c4
.env.sample
@@ -6,3 +6,10 @@ MONGO_USERNAME=''
6
MONGO_PASSWORD=''
7
MONGO_DATABASE=''
8
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