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' => { 'MYSQL' => {
'database' => 'seatmap', 'database' => 'seatmap',
'hostname' => 'localhost', 'hostname' => 'localhost',
'user' => 'seatmap_p', 'user' => 'seatmap',
'pw' => 'r4Iybg75&3Q@9N!*', 'pw' => 'EGNSOp6DE1xd7wMN',
'port' => 3306, 'port' => 3306,
}, },
); );

View File

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

Binary file not shown.