Skip to content

Commit 10f0089

Browse files
committed
fix: enhance flamingock-sample.yml configuration file
1 parent 47f637b commit 10f0089

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
flamingock:
55
service-identifier: "flamingock-cli"
66
audit:
7+
8+
# MongoDB Configuration (comment to use other or modify to use)
79
mongodb:
810
connection-string: "mongodb://localhost:27017"
911
database: "test"
1012
collection: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
1113

1214
# DynamoDB Configuration (uncomment and modify to use)
13-
# audit:
14-
# dynamodb:
15-
# region: "us-east-1"
16-
# table: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
17-
# # endpoint: "http://localhost:8000" # Optional for local DynamoDB
18-
# # access-key: "your-access-key" # Optional if using IAM roles
19-
# # secret-key: "your-secret-key" # Optional if using IAM roles
15+
# dynamodb:
16+
# region: "us-east-1"
17+
# table: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
18+
# # endpoint: "http://localhost:8000" # Optional for local DynamoDB
19+
# # access-key: "your-access-key" # Optional if using IAM roles
20+
# # secret-key: "your-secret-key" # Optional if using IAM roles
2021

2122
# Couchbase Configuration (uncomment and modify to use)
22-
# audit:
23-
# couchbase:
24-
# endpoint: "http://localhost:8000"
25-
# username: "your-username"
26-
# password: "your-password"
27-
# bucket-name: "test"
28-
# table: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"
23+
# couchbase:
24+
# endpoint: "couchbase://localhost:12110"
25+
# username: "your-username"
26+
# password: "your-password"
27+
# bucket-name: "test"
28+
# table: "flamingockAuditLog" # Optional, defaults to "flamingockAuditLog"

0 commit comments

Comments
 (0)