Initial commit

This commit is contained in:
svoboda
2024-12-15 23:42:32 +07:00
commit f7a3198e64
28 changed files with 1744 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' => 'works',
'name' => 'works',
'password' => ''
];