Internal: Rename hosting_limits.yml and change default value

pull/5761/head
christianbeeznst 3 months ago
parent bc9ad1452b
commit 47db306ef0
  1. 0
      config/hosting_limits.yaml
  2. 2
      config/plugin.yaml
  3. 2
      config/services.yaml

@ -2,6 +2,6 @@ parameters:
plugin_settings:
default:
bbb:
tool_enable: 'true'
tool_enable: true
host: 'https://www.example.com'
salt: 'abc123'

@ -118,5 +118,5 @@ imports:
- { resource: ../src/CoreBundle/Resources/config/services.yml }
- { resource: ../src/LtiBundle/Resources/config/services.yml }
- { resource: ./authentication.yaml }
- { resource: ./hosting_limits.yml }
- { resource: ./hosting_limits.yaml }
- { resource: ./plugin.yaml }

Loading…
Cancel
Save