Skip to content

Commit ef00d98

Browse files
fix(installer): set correct default port on base_uri (#1625)
1 parent 530c226 commit ef00d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ENVIRONMENT=local
33

44
# The base URI that's used for all generated URIs
5-
BASE_URI=http://localhost
5+
BASE_URI=http://localhost:8000
66

77
# Setting to `false` force-disable internal caches.
88
INTERNAL_CACHES=true

0 commit comments

Comments
 (0)