Skip to content

Commit

Permalink
Update Testing Config and Config Template
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGrubba committed Jul 25, 2024
1 parent f6159ba commit e757a5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/configtemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"oauth": {
"providers_enabled": [],
"base_url": "http://localhost:3250/"
}
},
"password_complexity": 4,
"username_complexity": 2
},
"email": {
"login_usr": "",
Expand Down
8 changes: 6 additions & 2 deletions src/tools/testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"oauth": {
"providers_enabled": [],
"base_url": "http://localhost:3250/"
}
},
"password_complexity": 4,
"username_complexity": 2
},
"email": {
"login_usr": "",
Expand Down Expand Up @@ -45,7 +47,9 @@
],
"allow_add_fields_patch_user": [
"test2"
]
],
"allow_deletion": true,
"deletion_pending_minutes": 10080
},
"security": {
"allow_origins": [
Expand Down

0 comments on commit e757a5b

Please sign in to comment.