Skip to content

Commit

Permalink
fix: remove FTL_ENDPOINT var (#3643)
Browse files Browse the repository at this point in the history
This breaks JVM runner proxying as we can't override this when running
java.
  • Loading branch information
stuartwdouglas authored Dec 5, 2024
1 parent 2cefbb2 commit 34aacdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/hermit.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
env = {
"DBMATE_MIGRATIONS_DIR": "${HERMIT_ENV}/backend/controller/sql/schema",
"DBMATE_NO_DUMP_SCHEMA": "true",
"FTL_ENDPOINT": "http://127.0.0.1:8892",
"FTL_INIT_GO_REPLACE": "github.com/TBD54566975/ftl=${HERMIT_ENV}",
"FTL_SOURCE": "${HERMIT_ENV}",
"FTL_STARTUP_TIMEOUT": "30s",
Expand Down

0 comments on commit 34aacdf

Please sign in to comment.