Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Dec 12, 2024
1 parent 144c241 commit 8883699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/asciidoc/reference/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Here is an example:
[source,properties]
----
# application.properties
spring.aerospike..hosts=localhost:3000
spring.data.aerospike..namespace=test
spring.aerospike.hosts=localhost:3000
spring.data.aerospike.namespace=test
spring.data.aerospike.scans-enabled=false
spring.data.aerospike.send-key=true
spring-data-aerospike.create-indexes-on-startup=true
Expand Down Expand Up @@ -85,7 +85,7 @@ set via application.properties.
[source,properties]
----
# application.properties
spring.aerospike..hosts=hostname1:3001, hostname2:tlsName2:3002
spring.aerospike.hosts=hostname1:3001, hostname2:tlsName2:3002
----

A String of hosts separated by `,` in form of `hostname1[:tlsName1][:port1],...`
Expand Down Expand Up @@ -125,7 +125,7 @@ class ApplicationConfig extends AbstractAerospikeDataConfiguration {
[source,properties]
----
# application.properties
spring.data.aerospike..namespace=test
spring.data.aerospike.namespace=test
----

Aerospike DB namespace.
Expand Down

0 comments on commit 8883699

Please sign in to comment.