Skip to content

Commit

Permalink
chore: change Ignite App handshake config
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
jeronimoalbi and Pantani committed Oct 17, 2023
1 parent 367a939 commit 9c3336e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ignite/services/plugin/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

var handshakeConfig = hplugin.HandshakeConfig{
ProtocolVersion: 1,
MagicCookieKey: "BASIC_PLUGIN",
MagicCookieValue: "hello",
MagicCookieKey: "IGNITE_APP",
MagicCookieValue: "ignite",
}

// HandshakeConfig are used to just do a basic handshake between a plugin and host.
Expand Down

0 comments on commit 9c3336e

Please sign in to comment.