summaryrefslogtreecommitdiff
path: root/data/config_example.pl
diff options
context:
space:
mode:
authoralto <alto@vndb.org>2018-11-02 18:40:01 +0000
committerYorhel <git@yorhel.nl>2018-11-02 20:09:06 +0100
commit9f4b31ae6aa3f33856978b09481b97c5b13f4359 (patch)
treee0733b31a8fa8ca153f10aed44c19752768de3a5 /data/config_example.pl
parent08a13ed84b13d3d5e9f90cceac4aa37fb484c373 (diff)
Change Multi to use separate setting for db_login and to use UNIX socket for Postgres
Update README with basic information on Multi (cherry picked from commit 01188a82ab736a8975c73ac5ec12621426bf6bf2)
Diffstat (limited to 'data/config_example.pl')
-rw-r--r--data/config_example.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config_example.pl b/data/config_example.pl
index aab37d10..4d7d04fc 100644
--- a/data/config_example.pl
+++ b/data/config_example.pl
@@ -22,6 +22,7 @@ package VNDB;
scrypt_salt => '<another unique string>',
);
+$M{db_login} = { dbname => 'vndb', user => 'vndb_multi', password => 'vndb_multi' };
# Uncomment to enable certain features of Multi