Skip to content

Commit 2c8ad91

Browse files
committed
fix: flamingock sample cli yml
1 parent bb4c5f6 commit 2c8ad91

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33

44
flamingock:
55
service-identifier: "flamingock-cli"
6-
76
# MongoDB Configuration (uncomment and modify to use)
87
# audit:
9-
# mongodb:
10-
# connection-string: "mongodb://localhost:27017"
11-
# database: "myapp"
12-
# collection: "flamingock_audit" # Optional, defaults to "flamingock_audit"
13-
14-
# DynamoDB Configuration (uncomment and modify to use)
8+
# mongodb:
9+
# connection-string: "mongodb://localhost:27017"
10+
# database: "test"
11+
# collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
12+
13+
# DynamoDB Configuration (uncomment and modify to use)
1514
# audit:
1615
# dynamodb:
1716
# region: "us-east-1"
18-
# table: "flamingock-audit" # Optional, defaults to "flamingock-audit"
17+
# table: "flamingock-flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
1918
# # endpoint: "http://localhost:8000" # Optional for local DynamoDB
2019
# # access-key: "your-access-key" # Optional if using IAM roles
2120
# # secret-key: "your-secret-key" # Optional if using IAM roles

0 commit comments

Comments
 (0)