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

9 lines
153 B
Plaintext

<?php
return [
'endpoint' => 'unix:///var/run/arangodb3/arango.sock',
'database' => 'notchat',
'name' => 'notchat',
'password' => ''
];