X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=69f78e8cbcfdada1ef36fc6359a614fe40caa936;hb=2baa2897361b57946789772107b4a4f5a6294961;hp=6fd6b8197d281d93a10160d4475927282f701aa5;hpb=369ff3641b3b4ec42542a9ce6c13b5682098f473;p=scpubgit%2Fstemmaweb.git diff --git a/README.md b/README.md index 6fd6b81..69f78e8 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ set up to run the standalone service: script/maketestdb.pl script/stemmaweb_server.pl -* Replace the database settings in stemmaweb.conf with the settings for your database. If you are using MySQL, for example, the settings might look like this: +* Replace the database settings in stemmaweb.conf with the settings for your database. If you are using MySQL, for example, the contents of the stanza might look like this: - dsn dbi:mysql:dbname=stemmaweb + dsn dbi:mysql:dbname=stemmaweb;host=DB_HOSTNAME user STEMMAWEB_USER password STEMMAWEB_PASS