mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
204f02fc62
* use a maintained version of go-binddata, fix error in `realize start` * run go mod tidy
40 lines
627 B
YAML
Executable File
40 lines
627 B
YAML
Executable File
settings:
|
|
files:
|
|
outputs:
|
|
status: false
|
|
name: outputs.log
|
|
logs:
|
|
status: false
|
|
name: logs.log
|
|
errors:
|
|
status: false
|
|
name: errors.log
|
|
legacy:
|
|
force: false
|
|
interval: 100ms
|
|
server:
|
|
status: false
|
|
open: false
|
|
port: 5001
|
|
host: localhost
|
|
schema:
|
|
- name: hasura-graphql-engine
|
|
path: cmd/hasura
|
|
commands:
|
|
install:
|
|
status: true
|
|
method: go install
|
|
watcher:
|
|
paths:
|
|
- /
|
|
- ../../
|
|
extensions:
|
|
- go
|
|
ignored_paths:
|
|
- ../../.git
|
|
- ../../.realize
|
|
- ../../vendor
|
|
- ../../docs
|
|
- ../../build
|
|
- ../../vendor.orig
|