microserviciile de register, login finalizate
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
global $config;
|
||||
|
||||
$config = [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;port=3306;dbname=Web',
|
||||
'user' => 'root',
|
||||
'password' => '',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user