diff options
author | John Estabrook <jestabro@vyos.io> | 2022-10-14 15:29:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 15:29:14 -0500 |
commit | 326c43632b94473083d8e78e71dca3c0ab3473f7 (patch) | |
tree | 1c0e4f9434c0bc0f98572e0a55bed654c7b3e761 /python/vyos | |
parent | 78f6b2fee6f133205c7e7cc381634a145f5a3b4c (diff) | |
parent | 1c429074def533b832ede62fdb138b1201163439 (diff) | |
download | vyos-1x-326c43632b94473083d8e78e71dca3c0ab3473f7.tar.gz vyos-1x-326c43632b94473083d8e78e71dca3c0ab3473f7.zip |
Merge pull request #1597 from jestabro/http-api-config-dict
http-api: T4749: transition to config_dict for conf_mode http-api.py
Diffstat (limited to 'python/vyos')
-rw-r--r-- | python/vyos/defaults.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index 6894fc4da..7de458960 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -49,8 +49,6 @@ api_data = { 'port' : '8080', 'socket' : False, 'strict' : False, - 'gql' : False, - 'introspection' : False, 'debug' : False, 'api_keys' : [ {"id": "testapp", "key": "qwerty"} ] } |