mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
Update .env variables
This commit is contained in:
parent
77ebeb85ba
commit
a7bdc16d66
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ APP_KEY=__KEY__
|
||||||
# This variable must match your installation's external address.
|
# This variable must match your installation's external address.
|
||||||
# Webauthn won't work otherwise.
|
# 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),
|
# 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.
|
# uncomment the following line and set this var with the CDN url.
|
||||||
# Otherwise, let this line commented.
|
# Otherwise, let this line commented.
|
||||||
|
|
||||||
ASSET_URL=/
|
ASSET_URL=https://__DOMAIN__
|
||||||
|
|
||||||
|
|
||||||
# The domain subdirectory from which you want to serve 2FAuth.
|
# The domain subdirectory from which you want to serve 2FAuth.
|
||||||
|
|
Loading…
Add table
Reference in a new issue