From 21061c2ece23c93297ee5516498f072805ff6d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:46:18 +0100 Subject: [PATCH] Update .env.example --- conf/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index d083f7a..2610d64 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -29,7 +29,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly # This variable must match your installation's external address but keep in mind that # it's only used on the command line as a fallback value. -APP_URL=http://__DOMAIN__ +APP_URL=http://__DOMAIN____PATH__ # Turn this to true if you want your app to react like a demo.