Skip to content

Commit

Permalink
Fix dos_protection error (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Nov 16, 2023
1 parent d07eaae commit bc2628c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions instance.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
default_context:
initial_user_name: 'admin'
initial_user_password: 'admin'
initial_user_name: "admin"
initial_user_password: "admin"

load_zcml:
package_includes: ['kitconcept.intranet']
load_zcml:
package_includes: ["kitconcept.intranet"]

db_storage: direct
db_storage: direct

dos_protection_available: false
1 change: 1 addition & 0 deletions news/9.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix dos_protection error @reebalazs

0 comments on commit bc2628c

Please sign in to comment.