1
0
Fork 0
parser_from_interneturok/author/project/system/settings/arangodb.php.sample

9 lines
187 B
Plaintext
Executable File

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