Skip to content

Commit cd438df

Browse files
committed
minor
1 parent 6313d80 commit cd438df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
databaseName=atum_db
88
user=atum_user
99
password=changeme
10-
passwordSecretId="bdtools-atum-service-dev/atum_service_user_password"
10+
passwordSecretId="serviceUserSecretKey"
1111
# maximum number of connections that HikariCP will keep in the pool, including both idle and in-use connections
1212
maxPoolSize=10
1313
}

server/src/test/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# tests have to be run with atum_owner so we can execute not only plpgsql functions granted to atum_user
88
user=atum_owner
99
password=changeme
10-
passwordSecretId="bdtools-atum-service-dev/atum_service_user_password"
10+
passwordSecretId="serviceUserSecretKey"
1111
# maximum number of connections that HikariCP will keep in the pool, including both idle and in-use connections
1212
maxPoolSize=10
1313
}

0 commit comments

Comments
 (0)