github.com/wanliu/go-oauth2-server@v0.0.0-20180817021415-f928fa1580df/.realize/realize.yaml (about)

     1  settings:
     2    resources:
     3      outputs: outputs.log
     4      logs: logs.log
     5      errors: errors.log
     6    server:
     7      status: false
     8      open: false
     9      host: localhost
    10      port: 3001
    11  projects:
    12  - name: go-oauth2-server
    13    path: .
    14    commands:
    15      vet: false
    16      fmt: true
    17      test: false
    18      generate: false
    19      bin:
    20        status: true
    21      build:
    22        status: false
    23      run: true
    24    watcher:
    25      preview: false
    26      paths:
    27      - /
    28      - web/includes/*.html
    29      - web/layouts/*.html
    30      ignore_paths:
    31      - vendor
    32      exts:
    33      - .go