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
9 changes: 9 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8622cd333703e12b78a12b449eaf821289f1cbfe:dg-data:generic-api-key:8
68be2e4b88c112ba95422c8fea9daaba5c2923f4:test-two-node.sh:generic-api-key:31
68be2e4b88c112ba95422c8fea9daaba5c2923f4:test-two-node.sh:generic-api-key:47
68be2e4b88c112ba95422c8fea9daaba5c2923f4:test-two-node.sh:generic-api-key:70
a67f1be91c26fa75979e63d8db873431346537cf:pro-attach-config.yaml:generic-api-key:1
801e9667d00808659066a173d7b808e409a4167f:pro-attach-config.yaml:generic-api-key:1
209887d96f3c598a99cbd81bf005e13dd4a1fb76:dev-public.json:1
209887d96f3c598a99cbd81bf005e13dd4a1fb76:dev-public.json:4
13b316a0fe66d3ed76f6508f5c55e67ac1183a41:gcloud.json:4
6 changes: 3 additions & 3 deletions test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ set -e
#
# 5. Copy the test/env.example file to test/.env and edit test/.env
# as required.
#
# 6. Update line 79
# 6. Source and execute this script:
#
#
# source ./test/test-two-node.sh
# ./test/test-two-node.sh

Expand Down Expand Up @@ -76,7 +76,7 @@ stylus:
debug: true
users:
- name: kairos
passwd: kairos
passwd: YOUR_PWD_HERE
site:
edgeHostToken: "$EDGE_REGISTRATION_TOKEN"
paletteEndpoint: "$DOMAIN"
Expand Down