"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/src/main/resources/application.yml" (20 Dec 2021, 375 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 server:
    2   port: 4567
    3   servlet:
    4     context-path: /sample
    5 
    6 security:
    7   basic:
    8     enabled: false
    9 
   10 management:
   11   security:
   12     enabled: false
   13 
   14 spring:
   15   application:
   16     name: sampleapp
   17 
   18   cloud:
   19     bus:
   20       trace:
   21         enabled: true
   22     config:
   23       watch:
   24         enabled: true
   25 
   26   rabbitmq:
   27     addresses: rabbit
   28     port: 5672
   29     username: guest
   30     password: guest