Initial commit

This commit is contained in:
2025-02-04 18:02:15 +07:00
commit c9f12aa9e9
146 changed files with 2026 additions and 0 deletions

3
author/project/system/settings/.gitignore vendored Executable file
View File

@@ -0,0 +1,3 @@
*
!.gitignore
!*.sample

View File

@@ -0,0 +1,8 @@
<?php
return [
'endpoint' => 'unix:///var/run/arangodb3/arango.sock',
'database' => 'unchainer',
'name' => 'unchainer',
'password' => ''
];