added application name in config/

This commit is contained in:
clemkeirua 2020-07-23 16:05:58 +02:00
parent 52548d7646
commit c658428441
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ GraphQL::RailsLogger.configure do |config|
end
GraphqlPlayground::Rails.configure do |config|
config.title = "demarches-simplifiees.fr"
config.title = APPLICATION_NAME
config.settings = {
"schema.polling.enable": false
}