Skip to content

Commit b42b1a2

Browse files
fix: flamingock sample cli yml (#710)
1 parent bb4c5f6 commit b42b1a2

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

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

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

44
flamingock:
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

community/flamingock-auditstore-dynamodb/src/test/java/io/flamingock/community/dynamodb/changes/audit/_002__NonTxTargetSystemChangeNoDependencies.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package io.flamingock.community.dynamodb.changes.audit;
1817

1918
import io.flamingock.api.annotations.Apply;

0 commit comments

Comments
 (0)