Skip to content

Commit

Permalink
Revert: hostの変更をRevert
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 26, 2023
1 parent 3a9ffa1 commit 97ca26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EngineInfo, EngineId } from "@/type/preload";

export const defaultEngine: EngineInfo = {
uuid: EngineId("074fc39e-678b-4c13-8916-ffca8d505d1d"),
host: "http://192.168.1.2:50021",
host: "http://127.0.0.1:50021",
name: "VOICEVOX Engine",
path: undefined,
executionEnabled: false,
Expand Down

0 comments on commit 97ca26f

Please sign in to comment.