File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
<junit outputFile =" build/report.junit.xml" />
38
38
</logging >
39
39
<php >
40
- <env name =" DB_PORT" value =" 3306 " />
40
+ <env name =" DB_PORT" value =" 3305 " />
41
41
<env name =" CACHE_DRIVER" value =" redis" />
42
42
<env name =" APP_KEY" value =" base64:qzYIcSLNA/NsJSbH/V0vq/1Qz/aLx83jymQ1q37wf6w=" />
43
43
</php >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public function getEnvironmentSetUp($app)
89
89
config ()->set ('database.connections.mysql ' , [
90
90
'driver ' => 'mysql ' ,
91
91
'host ' => env ('DB_HOST ' , '127.0.0.1 ' ),
92
- 'port ' => env ('DB_PORT ' , '3306 ' ),
92
+ 'port ' => env ('DB_PORT ' , '3305 ' ),
93
93
'database ' => env ('DB_DATABASE ' , 'mixpost_test ' ),
94
94
'username ' => env ('DB_USERNAME ' , 'root ' ),
95
95
'password ' => env ('DB_PASSWORD ' , '' ),
You can’t perform that action at this time.
0 commit comments