Skip to content

Commit

Permalink
[feat] updating the rudder key using the plugins key environment vari…
Browse files Browse the repository at this point in the history
…able

Reverting #221
  • Loading branch information
phoinixgrr committed Jul 15, 2024
1 parent 6f09b8d commit bf40fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INCLUDE_FFMPEG ?=
BUILD_HASH = $(shell git rev-parse HEAD)
LDFLAGS += -X "main.buildHash=$(BUILD_HASH)"
LDFLAGS += -X "main.isDebug=$(MM_DEBUG)"
LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_PLUGINS_PROD)"
LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_PLUGIN_AI_PROD)"
LDFLAGS += -X "main.rudderDataplaneURL=$(MM_RUDDER_DATAPLANE_URL)"
GO_BUILD_FLAGS += -ldflags '$(LDFLAGS)'

Expand Down

0 comments on commit bf40fb1

Please sign in to comment.