comrader/author/project/system/settings/arangodb.php.sample

9 lines
155 B
Plaintext
Raw Normal View History

2025-02-04 18:05:54 +07:00
<?php
return [
'endpoint' => 'unix:///var/run/arangodb3/arango.sock',
'database' => 'comrader',
'name' => 'comrader',
'password' => ''
];