Skip to content

Commit

Permalink
remove sendKey from application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jan 8, 2024
1 parent 6df65db commit 2c50f58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
spring-data-aerospike.connection.hosts=localhost:3000
spring-data-aerospike.connection.namespace=test
spring-data-aerospike.data.scans-enabled=false
spring-data-aerospike.data.send-key=true
spring-data-aerospike.data.create-indexes-on-startup=true
spring-data-aerospike.data.index-cache-refresh-seconds=3600
spring-data-aerospike.data.server-version-refresh-seconds=3600
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
spring-data-aerospike.connection.hosts=${embedded.aerospike.host}:${embedded.aerospike.port}
spring-data-aerospike.connection.namespace=${embedded.aerospike.namespace}
spring-data-aerospike.data.scans-enabled=true
spring-data-aerospike.data.send-key=true
spring-data-aerospike.data.create-indexes-on-startup=false
spring-data-aerospike.data.index-cache-refresh-seconds=0
spring-data-aerospike.data.server-version-refresh-seconds=0
Expand Down

0 comments on commit 2c50f58

Please sign in to comment.