Initial dev export (exclude uploads/runtime)
This commit is contained in:
8
storage/db.php
Normal file
8
storage/db.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'host' => 'localhost',
|
||||
'database' => 'audi_ocore',
|
||||
'user' => 'audi_ocore',
|
||||
'pass' => 'qUZ^9*9UQxbDXnNx',
|
||||
'port' => 3306,
|
||||
];
|
||||
Reference in New Issue
Block a user