All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.outstack.App.3.0.83.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 4.0.551
Show newest version
outstack:
    domainOwner: cloudimpl
    domainContext: example
    apiContext: example
    cluster:
      servicePort: 12000
      gossipPort: 14000
      seedName: localhost
  #    seeds:
  #        - 192.168.1.13:13000
    providers:
      - name : com.cloudimpl.outstack.collection.CollectionProvider
        impl: com.cloudimpl.outstack.collection.MemCollectionProvider
        
      - name:  com.cloudimpl.outstack.collection.CollectionProvider
        impl: com.cloudimpl.outstack.collection.AwsCollectionProvider
        status: active
        configs:
          endpoint: http://localhost:1234
          leaderTable : LeaderTable 

spring:
  main:
    web-application-type: reactive
#  thymeleaf:
#    cache: false  
#    check-template: true
#    check-template-location: true
#    content-type: text/html
#    enabled: true
#    encoding: UTF-8
#    mode: HTML
#    prefix: classpath:/templates/
#    suffix: .html  

server:
  error:
    include-message: always
  port: 15000
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy