Skip to content

Commit d89d67b

Browse files
committed
Add env for public URI, default back to empty string
1 parent 928c2c7 commit d89d67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ SMTP_AUTH="true"
1717
SMTP_SECURE="tls"
1818
MAIL_FROM_ADDRESS="noreply@example.com"
1919
MAIL_FROM_NAME="Site Administrator"
20+
URI_PUBLIC="" # Set to the base URI of your site, e.g. http://www.example.com in production. If left blank, it will be automatically determined.

0 commit comments

Comments
 (0)