File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
cli/flamingock-cli/src/dist Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 33
44flamingock :
55 service-identifier : " flamingock-cli"
6-
7- # MongoDB Configuration (uncomment and modify to use)
8- # 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)
6+ audit :
7+ mongodb :
8+ connection-string : " mongodb://localhost:27017"
9+ database : " test"
10+ collection : " flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
11+
12+ # DynamoDB Configuration (uncomment and modify to use)
1513 # audit:
1614 # dynamodb:
1715 # region: "us-east-1"
18- # table: "flamingock-audit " # Optional, defaults to "flamingock-audit "
16+ # table: "flamingockAuditLog " # Optional, defaults to "flamingockAuditLog "
1917 # # endpoint: "http://localhost:8000" # Optional for local DynamoDB
2018 # # access-key: "your-access-key" # Optional if using IAM roles
2119 # # secret-key: "your-secret-key" # Optional if using IAM roles
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2025 Flamingock (https://oss .flamingock.io)
2+ * Copyright 2025 Flamingock (https://www .flamingock.io)
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package io .flamingock .community .dynamodb .changes .audit ;
1817
1918import io .flamingock .api .annotations .Apply ;
You can’t perform that action at this time.
0 commit comments