github.com/thlcodes/genfig@v0.3.2-alpha/fixtures/configs/development.yaml (about)

     1  ---
     2  version: "1"
     3  server:
     4    port: 1234
     5    host: dev.mydomain.com
     6  db:
     7    uri: "mongdb://${db.user}:${db.pass}@remotedb:27018/dev-db"