Add missing config for absinthe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1cd4958c31
commit
3abd97fc91
@ -170,6 +170,9 @@ config :phoenix, :format_encoders, json: Jason, "activity-json": Jason
|
||||
config :phoenix, :json_library, Jason
|
||||
config :phoenix, :filter_parameters, ["password", "token"]
|
||||
|
||||
config :absinthe, schema: Mobilizon.GraphQL.Schema
|
||||
config :absinthe, Absinthe.Logger, filter_variables: ["token", "password", "secret"]
|
||||
|
||||
config :ex_cldr,
|
||||
default_locale: "en",
|
||||
default_backend: Mobilizon.Cldr
|
||||
|
Loading…
Reference in New Issue
Block a user