Skip to content

Internal: Rename hosting_limits.yml and change default value #5761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion config/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ parameters:
plugin_settings:
default:
bbb:
tool_enable: 'true'
tool_enable: true
host: 'https://www.example.com'
salt: 'abc123'
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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