⧼vector-jumptocontent⧽

Database.pl

From EPrints Documentation
Revision as of 12:04, 27 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Back to cfg.d

database.pl is where the settings to connect to your database can be found. If you change your database settings by hand you will need to edit this file to reflect those changes. Broadly speaking this file will never change.

Example

$c->{dbname} = 'trunk4';
$c->{dbhost} = 'localhost';
$c->{dbport} = undef;
$c->{dbsock} = undef;
$c->{dbuser} = 'trunk4';
$c->{dbpass} = 'SNsvkvEQ';