We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae9304 commit 8a3b836Copy full SHA for 8a3b836
1 file changed
cli/flamingock-cli/src/dist/flamingock-sample.yml
@@ -3,12 +3,11 @@
3
4
flamingock:
5
service-identifier: "flamingock-cli"
6
- # MongoDB Configuration (uncomment and modify to use)
7
- # audit:
8
- # mongodb:
9
- # connection-string: "mongodb://localhost:27017"
10
- # database: "test"
11
- # collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
+ audit:
+ mongodb:
+ connection-string: "mongodb://localhost:27017"
+ database: "test"
+ collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
12
13
# DynamoDB Configuration (uncomment and modify to use)
14
# audit:
0 commit comments