Skip to content

Commit

Permalink
Set a default value for LOCALHOST
Browse files Browse the repository at this point in the history
  • Loading branch information
david-scarratt-lrn committed Jun 21, 2024
1 parent 743310d commit d1f7204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ DIST_PREFIX = learnosity_sdk-
SRC_VERSION := $(shell git describe | sed s/^v//)
DIST = $(DIST_PREFIX)$(SRC_VERSION)

LOCALHOST = localhost

COMPOSER = composer
COMPOSER_INSTALL_FLAGS = --no-interaction --optimize-autoloader --classmap-authoritative

Expand Down

0 comments on commit d1f7204

Please sign in to comment.