Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions cli/flamingock-cli/src/dist/flamingock-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@

flamingock:
service-identifier: "flamingock-cli"

# MongoDB Configuration (uncomment and modify to use)
# audit:
# mongodb:
# connection-string: "mongodb://localhost:27017"
# database: "myapp"
# collection: "flamingock_audit" # Optional, defaults to "flamingock_audit"

# DynamoDB Configuration (uncomment and modify to use)
audit:
mongodb:
connection-string: "mongodb://localhost:27017"
database: "test"
collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"

# DynamoDB Configuration (uncomment and modify to use)
# audit:
# dynamodb:
# region: "us-east-1"
# table: "flamingock-audit" # Optional, defaults to "flamingock-audit"
# table: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
# # endpoint: "http://localhost:8000" # Optional for local DynamoDB
# # access-key: "your-access-key" # Optional if using IAM roles
# # secret-key: "your-secret-key" # Optional if using IAM roles
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2025 Flamingock (https://oss.flamingock.io)
* Copyright 2025 Flamingock (https://www.flamingock.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package io.flamingock.community.dynamodb.changes.audit;

import io.flamingock.api.annotations.Apply;
Expand Down
Loading