From a7bdc16d6638b491c147622f89d7f1cd7170c8b0 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:36:30 +0200 Subject: [PATCH] Update .env variables --- conf/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index 2bc88ae..ae53542 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -32,14 +32,14 @@ APP_KEY=__KEY__ # This variable must match your installation's external address. # Webauthn won't work otherwise. -APP_URL=http://__DOMAIN__ +APP_URL=https://__DOMAIN__ # If you want to serve js assets from a CDN (like https://cdn.example.com), # uncomment the following line and set this var with the CDN url. # Otherwise, let this line commented. -ASSET_URL=/ +ASSET_URL=https://__DOMAIN__ # The domain subdirectory from which you want to serve 2FAuth.