File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
cli/flamingock-cli/src/dist Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 44flamingock :
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"
You can’t perform that action at this time.
0 commit comments