Skip to content

Commit d2d429a

Browse files
authored
Swap replication ports in build configuration
1 parent d85ce6a commit d2d429a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ jobs:
285285
DS_DIRMGRDN=cn=Directory Manager
286286
DS_DIRMGRPASSWD=password
287287
DS_EMB_REPL_FLAG=embReplFlag
288-
DS_EMB_REPL_REPLPORT1=9989
288+
DS_EMB_REPL_REPLPORT1=8989
289289
DS_EMB_REPL_HOST2=openam2.example.com
290290
DS_EMB_REPL_ADMINPORT2=4444
291-
DS_EMB_REPL_REPLPORT2=8989
291+
DS_EMB_REPL_REPLPORT2=9989
292292
existingserverid=http://openam2.example.org:8080
293293
LB_SITE_NAME=lb
294294
LB_PRIMARY_URL=http://lb.example.org:80/openam

0 commit comments

Comments
 (0)