Initial dev export (exclude uploads/runtime)

This commit is contained in:
AudioCore Bot
2026-03-04 20:46:11 +00:00
commit b2afadd539
120 changed files with 20410 additions and 0 deletions

8
storage/db.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'host' => 'localhost',
'database' => 'audi_ocore',
'user' => 'audi_ocore',
'pass' => 'qUZ^9*9UQxbDXnNx',
'port' => 3306,
];