Skip to content

Commit

Permalink
fix: buck env
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 17, 2024
1 parent 4dffac8 commit 055709c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/pay/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ next_build(
name = "build-ci",
srcs = [":src"],
build_env = {
"NEXT_PUBLIC_CORE_GQL_URL": "http://localhost:4455/graphql"
"CORE_GQL_URL_INTRANET": "http://localhost:4455/graphql",
"NEXT_PUBLIC_CORE_GQL_URL": "http://localhost:4455/graphql",
"NEXT_PUBLIC_CORE_GQL_WEB_SOCKET_URL": "ws://localhost:4455/graphqlws",
"NEXT_PUBLIC_PAY_DOMAIN": "localhost:3002",
}
)

Expand Down

0 comments on commit 055709c

Please sign in to comment.