diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
commit | 800279788f6a6c3ee0a4912ed6e0331017537298 (patch) | |
tree | 2580d5e107edb80173f103e1c4f2c37ff8f95561 /debian/etc/taler-merchant/secrets/merchant-db.secret.conf | |
parent | 0cafdf5efce0a115753e4109c657b4532900ab03 (diff) |
Diffstat (limited to 'debian/etc/taler-merchant/secrets/merchant-db.secret.conf')
-rw-r--r-- | debian/etc/taler-merchant/secrets/merchant-db.secret.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/etc/taler-merchant/secrets/merchant-db.secret.conf b/debian/etc/taler-merchant/secrets/merchant-db.secret.conf new file mode 100644 index 00000000..6cbbb24c --- /dev/null +++ b/debian/etc/taler-merchant/secrets/merchant-db.secret.conf @@ -0,0 +1,8 @@ +[merchantdb-postgres] + +# Typically, there should only be a single line here, of the form: + +CONFIG=postgres:///taler-merchant + +# The details of the URI depend on where the database lives and how +# access control was configured. |