Skip to content

Commit 799e53c

Browse files
authored
Merge pull request #34 from crowdsecurity/standalone
add standalone mode
2 parents 2490d92 + 1571dca commit 799e53c

33 files changed

+1238
-771
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ crowdsec-wp*
1616
.cache/
1717
*.log
1818
.vagrant
19-
.env
19+
.env
20+
inc/standalone-settings.php

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"css.validate": false,
3+
"less.validate": false,
4+
"scss.validate": false,
5+
"[javascript]": {
6+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
7+
}
8+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"crowdsec/bouncer": "^0.10.0"
12+
"crowdsec/bouncer": "^0.11.0"
1313
},
1414
"require-dev": {
1515
"bramus/monolog-colored-line-formatter": "^3.0",
@@ -20,4 +20,4 @@
2020
"\\": "./"
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)