Skip to content

Commit

Permalink
Provide default local host in config
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 4, 2024
1 parent c805960 commit 2143fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { libInjectCss } from "vite-plugin-lib-inject-css";
import { configDefaults } from "vitest/config";

// collect Galaxy server root
let GALAXY_ROOT = "";
let GALAXY_ROOT = "http://127.0.0.1:8080";
if (process.env.GALAXY_ROOT) {
GALAXY_ROOT = process.env.GALAXY_ROOT;
} else {
Expand Down

0 comments on commit 2143fed

Please sign in to comment.