GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
290 B

<?php
return [
'host' => env('PGVECTOR_HOST', '10.100.1.24'),
'port' => (int) env('PGVECTOR_PORT', 5433),
'database' => env('PGVECTOR_DB', 'geonet_project_search'),
'username' => env('PGVECTOR_USER', 'geonet_ai'),
'password' => env('PGVECTOR_PASSWORD', ''),
];