Skip to content
Open
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
1 change: 1 addition & 0 deletions docker-compose-mini-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
RUNTIME_MODE: hybrid
DATABASE_ABSTRACTOR_SERVICE_TOKEN: <token>
PUPPETEER_REPLAY_SERVICE_URL: "http://akto-puppeteer-replay:3000"
AKTO_LOG_LEVEL: WARN
restart: always

akto-api-security-puppeteer-replay:
Expand Down
1 change: 1 addition & 0 deletions docker-mini-runtime.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ AKTO_INSTANCE_TYPE=RUNTIME
DATABASE_ABSTRACTOR_SERVICE_URL=https://cyborg.akto.io
DATABASE_ABSTRACTOR_SERVICE_TOKEN=<token>
RUNTIME_MODE=hybrid
AKTO_LOG_LEVEL=WARN