...

Text file src/github.com/palantir/go-baseapp/example/config.yml

Documentation: github.com/palantir/go-baseapp/example

     1server:
     2    address: 127.0.0.1
     3    port: 8080
     4
     5logging:
     6    pretty: false
     7    level: debug
     8
     9app:
    10    message: "The bird is the word."

View as plain text