authentic2.config: set a default username and database

This commit is contained in:
Jérôme Schneider 2013-11-19 12:34:14 +01:00
parent 40c5f7e3cd
commit 9c02951387
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
. /usr/share/dbconfig-common/dpkg/config.pgsql
dbc_pgsql_createdb_encoding="UTF8"
dbc_dbuser=authentic
dbc_dbname=authentic2
dbc_go authentic2 $@
fi