adjusted msql vars

This commit is contained in:
zino
2021-01-20 18:31:29 +01:00
parent 5b03beae1f
commit a1f9585176
3 changed files with 4 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ my %CONFIG =
'MYSQL' => {
'database' => 'seatmap',
'hostname' => 'localhost',
'user' => 'seatmap_p',
'pw' => 'r4Iybg75&3Q@9N!*',
'user' => 'seatmap',
'pw' => 'EGNSOp6DE1xd7wMN',
'port' => 3306,
},
);

View File

@@ -10676,8 +10676,8 @@ namespace Tqdev\PhpCrudApi {
use Tqdev\PhpCrudApi\ResponseUtils;
$config = new Config([
'username' => 'seatmap_p',
'password' => 'r4Iybg75&3Q@9N!*',
'username' => 'seatmap',
'password' => 'EGNSOp6DE1xd7wMN',
'database' => 'seatmap',
'driver' => 'mysql',
'address' => 'localhost',

Binary file not shown.