Skip to content

Commit 3d4eaa9

Browse files
committed
Updated default config
1 parent 0dd19de commit 3d4eaa9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ Here is the default configuration and an explanation of available options:
3737
```yaml
3838
enabled: true
3939
admin_mode: true
40+
# custom_server:
41+
# custom_password:
4042
endpoint: ""
4143
events:
42-
onUserLogin: "User '{username}' has logged on {domain}!"
43-
onUserLoginFailure: "Someone tried to log on {domain}!"
44+
onUserLogin: "Someone has logged on {domain}!"
45+
onUserLoginFailure: "Failed login attempt at {hour}"
4446
```
4547
4648
Note that if you use the Admin Plugin, a file with your configuration named whistleblower.yaml will be saved in the `user/config/plugins/`-folder once the configuration is saved in the Admin.

whistleblower.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
enabled: true
22
admin_mode: true
3+
# custom_server:
4+
# custom_password:
35
endpoint: ""
46
events:
57
onUserLogin: "Someone has logged on {domain}!"

0 commit comments

Comments
 (0)