mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
39 lines
602 B
YAML
39 lines
602 B
YAML
|
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
|
||
|
watcher:
|
||
|
paths:
|
||
|
- /
|
||
|
- ../../
|
||
|
extensions:
|
||
|
- go
|
||
|
ignored_paths:
|
||
|
- ../../.git
|
||
|
- ../../.realize
|
||
|
- ../../vendor
|
||
|
- ../../docs
|
||
|
- ../../build
|
||
|
- ../../vendor.orig
|