diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-15 16:36:45 +0800 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-15 16:37:26 +0800 |
commit | fd7826ae9a201a4c1889ba7526ab4f29f68d1d82 (patch) | |
tree | fb4eddcbf214a5e6c1d82058bd4414cccbd1688b /debian | |
parent | 18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae (diff) |
use sane default for DB name
Diffstat (limited to 'debian')
-rw-r--r-- | debian/etc/taler/secrets/merchant-db.secret.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc/taler/secrets/merchant-db.secret.conf b/debian/etc/taler/secrets/merchant-db.secret.conf index 85bf6d3e..6cbbb24c 100644 --- a/debian/etc/taler/secrets/merchant-db.secret.conf +++ b/debian/etc/taler/secrets/merchant-db.secret.conf @@ -2,7 +2,7 @@ # Typically, there should only be a single line here, of the form: -CONFIG=postgres:///DATABASE +CONFIG=postgres:///taler-merchant # The details of the URI depend on where the database lives and how # access control was configured. |