Skip to content

Commit

Permalink
Add env for public URI, default back to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 11, 2023
1 parent 928c2c7 commit d89d67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ SMTP_AUTH="true"
SMTP_SECURE="tls"
MAIL_FROM_ADDRESS="noreply@example.com"
MAIL_FROM_NAME="Site Administrator"
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 comments on commit d89d67b

Please sign in to comment.