diff options
| author | Daniil Baturin <daniil@vyos.io> | 2022-03-27 11:36:55 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 11:36:55 +0300 | 
| commit | 5ad305087e4a3c710d35be04b14dd30ddd051eaf (patch) | |
| tree | 68d52759cb98d471e40dff65714daf497d9c2ece /python | |
| parent | 2cfbb51731eb24c80bd4d697e370dde4972400a5 (diff) | |
| parent | 9d3acc2b55f2d1c563f1941e59c98c159211dc58 (diff) | |
| download | vyos-1x-5ad305087e4a3c710d35be04b14dd30ddd051eaf.tar.gz vyos-1x-5ad305087e4a3c710d35be04b14dd30ddd051eaf.zip | |
Merge pull request #1253 from jestabro/gql-test-node
graphql: T3993: add unsettable gql option; this is not exposed by CLI
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/defaults.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index c77b695bd..fcb6a7fbc 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -48,6 +48,7 @@ api_data = {      'port' : '8080',      'socket' : False,      'strict' : False, +    'gql' : False,      'debug' : False,      'api_keys' : [ {"id": "testapp", "key": "qwerty"} ]  } | 
