File tree Expand file tree Collapse file tree
cli/flamingock-cli/src/dist Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44flamingock :
55 service-identifier : " flamingock-cli"
6-
76 # MongoDB Configuration (uncomment and modify to use)
87 # 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)
8+ # mongodb:
9+ # connection-string: "mongodb://localhost:27017"
10+ # database: "test "
11+ # collection: "flamingockAuditLog " # Optional, defaults to "flamingockAuditLog "
12+
13+ # DynamoDB Configuration (uncomment and modify to use)
1514 # audit:
1615 # dynamodb:
1716 # region: "us-east-1"
18- # table: "flamingock-audit " # Optional, defaults to "flamingock-audit "
17+ # table: "flamingock-flamingockAuditLog " # Optional, defaults to "flamingockAuditLog "
1918 # # endpoint: "http://localhost:8000" # Optional for local DynamoDB
2019 # # access-key: "your-access-key" # Optional if using IAM roles
2120 # # secret-key: "your-secret-key" # Optional if using IAM roles
You can’t perform that action at this time.
0 commit comments