diff options
author | Florian Dold <florian@dold.me> | 2021-07-30 13:14:00 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-30 13:14:00 +0200 |
commit | 331e119f52769bf803657b2173e67f9b5bfa52a9 (patch) | |
tree | 3e8d95cb89c158dba21e931af0116f8c3e1937ee | |
parent | 423d0f91bb02d46a146ae6bce21930832171d82a (diff) | |
download | anastasis-331e119f52769bf803657b2173e67f9b5bfa52a9.tar.gz anastasis-331e119f52769bf803657b2173e67f9b5bfa52a9.zip |
debian: config
-rwxr-xr-x | debian/db/install/pgsql | 4 | ||||
-rw-r--r-- | debian/etc/anastasis/anastasis.conf | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql index 81f0a0e..7cbb3ba 100755 --- a/debian/db/install/pgsql +++ b/debian/db/install/pgsql | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | conf_anastasis_db=/etc/taler/secrets/anastasis-db.secret.conf | 5 | conf_anastasis_db=/etc/anastasis/secrets/anastasis-db.secret.conf |
6 | conf_override=/etc/taler/override.conf | 6 | conf_override=/etc/anastasis/override.conf |
7 | 7 | ||
8 | # get database settings from dbconfig-common and configure | 8 | # get database settings from dbconfig-common and configure |
9 | # for ADMINISTRATIVE access | 9 | # for ADMINISTRATIVE access |
diff --git a/debian/etc/anastasis/anastasis.conf b/debian/etc/anastasis/anastasis.conf index 0acc145..3c770ea 100644 --- a/debian/etc/anastasis/anastasis.conf +++ b/debian/etc/anastasis/anastasis.conf | |||
@@ -2,3 +2,6 @@ | |||
2 | DATABASE = postgres | 2 | DATABASE = postgres |
3 | 3 | ||
4 | @inline-secret@ stasis-postgres secrets/anastasis-db.secret.conf | 4 | @inline-secret@ stasis-postgres secrets/anastasis-db.secret.conf |
5 | |||
6 | # Configuration overrides set by tooling | ||
7 | @inline@ override.conf | ||