configure merchant DB explicitly
This commit is contained in:
parent
08ae0ca23c
commit
59fe51806d
@ -765,6 +765,7 @@ export class MerchantService {
|
|||||||
"keyfile",
|
"keyfile",
|
||||||
"${TALER_DATA_HOME}/merchant/merchant.priv",
|
"${TALER_DATA_HOME}/merchant/merchant.priv",
|
||||||
);
|
);
|
||||||
|
config.setString("merchantdb-postgres", "config", mc.database);
|
||||||
config.write(cfgFilename);
|
config.write(cfgFilename);
|
||||||
|
|
||||||
return new MerchantService(gc, mc, cfgFilename);
|
return new MerchantService(gc, mc, cfgFilename);
|
||||||
|
Loading…
Reference in New Issue
Block a user