Files
spring-boot-data-geode/spring-geode-autoconfigure/src/test/resources/application-gemfire-config-test.properties
John Blum aac1e8a6e6 Move the Books application into example.app.books.
Move the LibraryService into example.app.library.
2019-06-10 18:54:49 -07:00

142 lines
8.0 KiB
Properties

# Spring Boot application.properties containing Spring Data for Apache Geode / Pivotal GemFire properties.
spring.data.gemfire.name=GemFirePropertiesIntegrationTests
spring.data.gemfire.locators=localhost[11235],localhost[12480]
spring.data.gemfire.use-bean-factory-locator=true
spring.data.gemfire.cache.copy-on-read=true
spring.data.gemfire.cache.critical-heap-percentage=85.5
spring.data.gemfire.cache.critical-off-heap-percentage=95.0
spring.data.gemfire.cache.enable-auto-region-lookup=false
spring.data.gemfire.cache.eviction-heap-percentage=50.0
spring.data.gemfire.cache.eviction-off-heap-percentage=75.5
spring.data.gemfire.cache.log-level=TRACE
spring.data.gemfire.cache.name=AnotherName
spring.data.gemfire.cache.client.durable-client-id=123
spring.data.gemfire.cache.client.durable-client-timeout=60
spring.data.gemfire.cache.client.keep-alive=true
spring.data.gemfire.cache.compression.compressor-bean-name=TestCompressor
spring.data.gemfire.cache.compression.region-names=TestRegionOne,TestRegionTwo
spring.data.gemfire.cache.off-heap.memory-size=65535g
spring.data.gemfire.cache.off-heap.region-names=TestRegionTwo,TestRegionFour
spring.data.gemfire.cache.peer.enable-auto-reconnect=true
spring.data.gemfire.cache.peer.lock-lease=30
spring.data.gemfire.cache.peer.lock-timeout=5
spring.data.gemfire.cache.peer.message-sync-interval=2
spring.data.gemfire.cache.peer.search-timeout=120
spring.data.gemfire.cache.peer.use-cluster-configuration=true
spring.data.gemfire.cache.server.auto-startup=false
spring.data.gemfire.cache.server.bind-address=10.50.100.200
spring.data.gemfire.cache.server.hostname-for-clients=skullbox
spring.data.gemfire.cache.server.load-poll-interval=20000
spring.data.gemfire.cache.server.max-connections=256
spring.data.gemfire.cache.server.max-message-count=100000
spring.data.gemfire.cache.server.max-threads=16
spring.data.gemfire.cache.server.max-time-between-pings=15000
spring.data.gemfire.cache.server.message-time-to-live=60
spring.data.gemfire.cache.server.port=12345
spring.data.gemfire.cache.server.socket-buffer-size=8192
spring.data.gemfire.cache.server.subscription-capacity=2
spring.data.gemfire.cache.server.subscription-disk-store-name=TestSubscriptionDiskStore
spring.data.gemfire.cache.server.subscription-eviction-policy=entry
spring.data.gemfire.cache.server.tcp-no-delay=false
spring.data.gemfire.cluster.region.type=PARTITION_REDUNDANT_PERSISTENT
spring.data.gemfire.disk.store.allow-force-compaction=true
spring.data.gemfire.disk.store.auto-compact=false
spring.data.gemfire.disk.store.compaction-threshold=75
spring.data.gemfire.disk.store.directory[0].location=/path/to/no/where
spring.data.gemfire.disk.store.directory[0].size=8192
spring.data.gemfire.disk.store.directory[1].location=/path/to/some/where
spring.data.gemfire.disk.store.directory[1].size=2048
spring.data.gemfire.disk.store.disk-usage-critical-percentage=95.0
spring.data.gemfire.disk.store.disk-usage-warning-percentage=89.0
spring.data.gemfire.disk.store.max-oplog-size=4096
spring.data.gemfire.disk.store.queue-size=1000
spring.data.gemfire.disk.store.time-interval=2000
spring.data.gemfire.disk.store.write-buffer-size=65535
spring.data.gemfire.entities.base-packages=example.app.books.model
spring.data.gemfire.locator.host=mailbox
spring.data.gemfire.locator.port=20668
spring.data.gemfire.logging.level=CONFIG
spring.data.gemfire.logging.log-disk-space-limit=2048
spring.data.gemfire.logging.log-file=/path/to/geode.log
spring.data.gemfire.logging.log-file-size-limit=50
spring.data.gemfire.management.use-http=true
spring.data.gemfire.management.http.host=boombox
spring.data.gemfire.management.http.port=8181
spring.data.gemfire.manager.access-file=/path/to/access/control/list.sys
spring.data.gemfire.manager.bind-address=10.100.50.255
spring.data.gemfire.manager.hostname-for-clients=bosshog
spring.data.gemfire.manager.password-file=/path/to/password.sys
spring.data.gemfire.manager.port=9090
spring.data.gemfire.manager.start=true
spring.data.gemfire.manager.update-rate=5000
spring.data.gemfire.pdx.disk-store-name=TestPdxDiskStore
spring.data.gemfire.pdx.ignore-unread-fields=true
spring.data.gemfire.pdx.persistent=true
spring.data.gemfire.pdx.read-serialized=true
spring.data.gemfire.pdx.serializer-bean-name=TestPdxSerializer
spring.data.gemfire.pool.free-connection-timeout=15000
spring.data.gemfire.pool.idle-timeout=30000
spring.data.gemfire.pool.load-conditioning-interval=120000
spring.data.gemfire.pool.locators=boombox[10334],mailbox[11235],skullbox[20668]
spring.data.gemfire.pool.max-connections=100
spring.data.gemfire.pool.min-connections=10
spring.data.gemfire.pool.multi-user-authentication=true
spring.data.gemfire.pool.ping-interval=15000
spring.data.gemfire.pool.pr-single-hop-enabled=false
spring.data.gemfire.pool.read-timeout=5000
spring.data.gemfire.pool.ready-for-events=true
spring.data.gemfire.pool.retry-attempts=2
spring.data.gemfire.pool.server-group=TestServerGroup
spring.data.gemfire.pool.servers=cardboardbox[41414]
spring.data.gemfire.pool.socket-buffer-size=65535
spring.data.gemfire.pool.statistic-interval=500
spring.data.gemfire.pool.subscription-ack-interval=500
spring.data.gemfire.pool.subscription-enabled=true
spring.data.gemfire.pool.subscription-message-tracking-timeout=450000
spring.data.gemfire.pool.subscription-redundancy=2
spring.data.gemfire.pool.thread-local-connections=true
spring.data.gemfire.security.username=TestUser
spring.data.gemfire.security.password=TestPassword
spring.data.gemfire.security.properties-file=/path/to/security.properties
spring.data.gemfire.security.client.accessor=TestClientAccessor
spring.data.gemfire.security.client.accessor-post-processor=TestClientAccessorPostProcessor
spring.data.gemfire.security.client.authentication-initializer=TestClientAuthenticationInitializer
spring.data.gemfire.security.client.authenticator=TestClientAuthenticator
spring.data.gemfire.security.client.diffie-hellman-algorithm=RSA
spring.data.gemfire.security.log.file=/path/to/security.log
spring.data.gemfire.security.log.level=info
spring.data.gemfire.security.manager.class-name=example.app.security.manager.TestSecurityManager
spring.data.gemfire.security.peer.authentication-initializer=TestPeerAuthenticationInitializer
spring.data.gemfire.security.peer.authenticator=TestPeerAuthenticator
spring.data.gemfire.security.peer.verify-member-timeout=5000
spring.data.gemfire.security.post-processor.class-name=example.app.security.processor.TestSecurityPostProcessor
spring.data.gemfire.security.shiro.ini-resource-path=/path/to/shiro.ini
spring.data.gemfire.security.ssl.certificate.alias.all=Master
spring.data.gemfire.security.ssl.certificate.alias.cluster=Custard
spring.data.gemfire.security.ssl.certificate.alias.default-alias=RogueOne
spring.data.gemfire.security.ssl.certificate.alias.gateway=WAN
spring.data.gemfire.security.ssl.certificate.alias.jmx=Manage
spring.data.gemfire.security.ssl.certificate.alias.locator=Local
spring.data.gemfire.security.ssl.certificate.alias.server=Servant
spring.data.gemfire.security.ssl.certificate.alias.web=WWW
spring.data.gemfire.security.ssl.ciphers=AES,DES
spring.data.gemfire.security.ssl.components=gateway,locator,server
spring.data.gemfire.security.ssl.keystore=/path/to/keystore.jks
spring.data.gemfire.security.ssl.keystore-config.password=keypass
spring.data.gemfire.security.ssl.keystore-config.type=JKS
spring.data.gemfire.security.ssl.protocols=any
spring.data.gemfire.security.ssl.require-authentication=false
spring.data.gemfire.security.ssl.truststore=/path/to/truststore.jks
spring.data.gemfire.security.ssl.truststore-config.password=storepass
spring.data.gemfire.security.ssl.truststore-config.type=PKS11
spring.data.gemfire.security.ssl.web-require-authentication=true
spring.data.gemfire.service.http.bind-address=10.51.151.255
spring.data.gemfire.service.http.port=8181
spring.data.gemfire.service.http.ssl-require-authentication=true
spring.data.gemfire.service.http.dev-rest-api.start=true
spring.data.gemfire.service.memcached.port=22422
spring.data.gemfire.service.memcached.protocol=binary
spring.data.gemfire.service.redis.bind-address=10.21.121.242
spring.data.gemfire.service.redis.port=3697