added installer
This commit is contained in:
3
author/project/system/settings/.gitignore
vendored
Normal file
3
author/project/system/settings/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.sample
|
8
author/project/system/settings/arangodb.php.sample
Normal file
8
author/project/system/settings/arangodb.php.sample
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'endpoint' => 'unix:///var/run/arangodb3/arango.sock',
|
||||
'database' => '${REPO_NAME}',
|
||||
'name' => '${REPO_NAME}',
|
||||
'password' => ''
|
||||
];
|
Reference in New Issue
Block a user