Skip to content

Commit

Permalink
chore(config): fix dev envs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell authored Sep 12, 2023
1 parent 19bca71 commit 573b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/config/woovi.development.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$_["woovi_env"] = [
"env" => "development",
"apiUrl" => "http://localhost:5001",
"apiUrl" => "http://host.docker.internal:5001",
"pluginUrl" => "http://localhost:4444/woovi.js",
"platformUrl" => "http://localhost:8103"
];

0 comments on commit 573b3a7

Please sign in to comment.