diff options
Diffstat (limited to 'debian/etc/taler/secrets/auditor-db.secret.conf')
-rw-r--r-- | debian/etc/taler/secrets/auditor-db.secret.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/etc/taler/secrets/auditor-db.secret.conf b/debian/etc/taler/secrets/auditor-db.secret.conf new file mode 100644 index 000000000..b81bb817f --- /dev/null +++ b/debian/etc/taler/secrets/auditor-db.secret.conf | |||
@@ -0,0 +1,10 @@ | |||
1 | # Database configuration for the Taler auditor. | ||
2 | |||
3 | [auditordb-postgres] | ||
4 | |||
5 | # Typically, there should only be a single line here, of the form: | ||
6 | |||
7 | CONFIG=postgres:///DATABASE | ||
8 | |||
9 | # The details of the URI depend on where the database lives and how | ||
10 | # access control was configured. | ||