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.