Skip to content

Commit 0cdca17

Browse files
authored
use dev.brev instead of localhost (#409)
use dev.brev fix instead of localhost
1 parent 5f54344 commit 0cdca17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ifdef env
3636
$(_BUILD_PREFIX) go build -o brev-local -ldflags "-X github.com/brevdev/brev-cli/pkg/cmd/version.Version=${VERSION}"
3737
@echo '#!/bin/sh' > brev
3838
@echo '# Auto-generated wrapper with environment overrides' >> brev
39-
@echo 'export BREV_CONSOLE_URL="https://localhost.nvidia.com:3000"' >> brev
39+
@echo 'export BREV_CONSOLE_URL="https://dev.brev.nvidia.com"' >> brev
4040
@echo 'export BREV_AUTH_URL="https://api.stg.ngc.nvidia.com"' >> brev
4141
@echo 'export BREV_AUTH_ISSUER_URL="https://stg.login.nvidia.com"' >> brev
4242
@echo 'export BREV_API_URL="https://bd.$(env).brev.nvidia.com"' >> brev

0 commit comments

Comments
 (0)