Default dev port to 4003

This commit is contained in:
Claudio Ortolina
2026-05-19 08:41:39 +01:00
parent 2a108660ae
commit faafe8792f
+1 -1
View File
@@ -28,7 +28,7 @@ config :music_library, MusicLibrary.TelemetryRepo,
config :music_library, MusicLibraryWeb.Endpoint, config :music_library, MusicLibraryWeb.Endpoint,
# Binding to loopback ipv4 address prevents access from other machines. # Binding to loopback ipv4 address prevents access from other machines.
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines. # Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
http: [ip: {0, 0, 0, 0}, port: String.to_integer(System.get_env("PORT") || "4000")], http: [ip: {0, 0, 0, 0}, port: String.to_integer(System.get_env("PORT") || "4003")],
check_origin: false, check_origin: false,
code_reloader: true, code_reloader: true,
debug_errors: true, debug_errors: true,