diff --git a/server/db/src/main/resources/com/walmartlabs/concord/server/db/v1.98.1.xml b/server/db/src/main/resources/com/walmartlabs/concord/server/db/v1.98.1.xml index 8602612635..591ee9f46f 100644 --- a/server/db/src/main/resources/com/walmartlabs/concord/server/db/v1.98.1.xml +++ b/server/db/src/main/resources/com/walmartlabs/concord/server/db/v1.98.1.xml @@ -60,14 +60,21 @@ - + ANY - + - + ANY - + + + SECRET_SALT is NULL + + + + + diff --git a/server/dist/src/main/resources/concord-server.conf b/server/dist/src/main/resources/concord-server.conf index 74422e62f2..af4ab73eb2 100644 --- a/server/dist/src/main/resources/concord-server.conf +++ b/server/dist/src/main/resources/concord-server.conf @@ -112,7 +112,7 @@ concord-server { # requires "CREATE EXTENSION" privileges createExtensionAvailable = "true" - secretStoreSalt = "${secretStore.secretStoreSalt}" + secretStoreSalt = ${secretStore.secretStoreSalt} } }