Fix wrong value for use_allow_list in dev config

This commit is contained in:
Vikram Rangnekar 2019-07-30 01:40:13 -04:00
parent cf0e4d10fd
commit 08f878f6c2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ log_level: "debug"
# queries used. When enabled super graph
# will only allow queries from this list
# List saved to ./config/allow.list
use_allow_list: true
use_allow_list: false
# Throw a 401 on auth failure for queries that need auth
# valid values: always, per_query, never