Skip to content

Commit

Permalink
feat: Update security level names and descriptions in template files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Aug 8, 2024
1 parent 65ba0f3 commit 07645f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/common/core/templates/templates/high.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{} // TODO
{
"name": "Advanced security level with focus on robust security measures and comprehensive protection"
}
2 changes: 1 addition & 1 deletion src/common/core/templates/templates/low.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Basic security level",
"name": "Basic security level that provides essential settings for web application protection",
"settings": {
"SERVER_NAME": "www.example.com",
"USE_REVERSE_PROXY": "yes",
Expand Down
4 changes: 3 additions & 1 deletion src/common/core/templates/templates/medium.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{} // TODO
{
"name": "Balanced security level that offers a mix of security features and performance optimizations"
}

0 comments on commit 07645f7

Please sign in to comment.