template is created

This commit is contained in:
2024-01-11 04:35:40 +07:00
commit 70344076ae
20 changed files with 1210 additions and 0 deletions

View File

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

View File

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