Skip to content

Commit

Permalink
feat: Change application_runner url name (#204)
Browse files Browse the repository at this point in the history
* feat: Change application_runner url name

* update server
  • Loading branch information
jonas-martinez authored Sep 29, 2023
1 parent 7384551 commit 077b258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ config :application_runner,
lenra_environment_table: "environments",
lenra_user_table: "users",
repo: DevTool.Repo,
url: "http://localhost:4001",
internal_api_url: "http://localhost:4001",
faas_url: "http://localhost:3000",
faas_auth: "",
env: Mix.env() |> Atom.to_string(),
Expand Down
2 changes: 1 addition & 1 deletion server/config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config :dev_tools,
)

config :application_runner,
url: System.get_env("LENRA_API_URL", "http://localhost:4001"),
internal_api_url: System.get_env("LENRA_API_URL", "http://localhost:4001"),
faas_url:
System.get_env(
"OF_WATCHDOG_URL",
Expand Down
2 changes: 1 addition & 1 deletion server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defmodule DevTool.MixProject do
{:cors_plug, "~> 3.0"},
{:application_runner,
git: "https://github.com/lenra-io/server.git",
ref: "v1.0.0-beta.163",
ref: "v1.0.0-beta.164",
subdir: "libs/application_runner",
submodules: true},
{:distillery, "~> 2.1"}
Expand Down
2 changes: 1 addition & 1 deletion server/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"application_runner": {:git, "https://github.com/lenra-io/server.git", "37cd7383d802234504f4fdb20ddc5c3ba1e07313", [ref: "v1.0.0-beta.163", subdir: "libs/application_runner", submodules: true]},
"application_runner": {:git, "https://github.com/lenra-io/server.git", "05f3c061dfa8754a1dc40287927434c2292fb211", [ref: "v1.0.0-beta.164", subdir: "libs/application_runner", submodules: true]},
"artificery": {:hex, :artificery, "0.4.3", "0bc4260f988dcb9dda4b23f9fc3c6c8b99a6220a331534fdf5bf2fd0d4333b02", [:mix], [], "hexpm", "12e95333a30e20884e937abdbefa3e7f5e05609c2ba8cf37b33f000b9ffc0504"},
"bunt": {:hex, :bunt, "0.2.1", "e2d4792f7bc0ced7583ab54922808919518d0e57ee162901a16a1b6664ef3b14", [:mix], [], "hexpm", "a330bfb4245239787b15005e66ae6845c9cd524a288f0d141c148b02603777a5"},
"bypass": {:hex, :bypass, "2.1.0", "909782781bf8e20ee86a9cabde36b259d44af8b9f38756173e8f5e2e1fabb9b1", [:mix], [{:plug, "~> 1.7", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.0", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:ranch, "~> 1.3", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "d9b5df8fa5b7a6efa08384e9bbecfe4ce61c77d28a4282f79e02f1ef78d96b80"},
Expand Down

0 comments on commit 077b258

Please sign in to comment.