This repository has been archived on 2025-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
site-account/mirzaev/site/account/system/settings/arangodb.php.sample

9 lines
147 B
Plaintext

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