Skip to content

Commit 8a3b836

Browse files
committed
fix: flamingock sample cli yml
1 parent 8ae9304 commit 8a3b836

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

cli/flamingock-cli/src/dist/flamingock-sample.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
flamingock:
55
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"
6+
audit:
7+
mongodb:
8+
connection-string: "mongodb://localhost:27017"
9+
database: "test"
10+
collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
1211

1312
# DynamoDB Configuration (uncomment and modify to use)
1413
# audit:

0 commit comments

Comments
 (0)