diff --git a/Config/Nextcloud/.env.example b/Config/Nextcloud/.env.example index b3ca4d0..081e8b7 100644 --- a/Config/Nextcloud/.env.example +++ b/Config/Nextcloud/.env.example @@ -23,4 +23,4 @@ REDIS_HOST_PASSWORD=someredispassword # will likely want to set this to an internal DNS server. Some routers will # drop traffic if an internal IP tries to communicate with the WAN IP, causing # the curl to OnlyOffice's /healthcheck to fail. Do the same in both configs. -DNS=192.168.1.1 +DNS=10.110.1.53 diff --git a/Config/OnlyOffice/.env.example b/Config/OnlyOffice/.env.example index 08c4d11..72dda63 100644 --- a/Config/OnlyOffice/.env.example +++ b/Config/OnlyOffice/.env.example @@ -1,10 +1,17 @@ # Environment file for OnlyOffice. -# Secret that should be typed into the Nextcloud Admin Settings UI. +## Relating to the Nextcloud Admin Settings UI ## + +# Secret JWT_SECRET=abc123 +# Header value +JWT_HEADER=AuthorizationJwt + +## Other ## + # If you have both Nextcloud and OnlyOffice on the same internal network you # will likely want to set this to an internal DNS server. Some routers will # drop traffic if an internal IP tries to communicate with the WAN IP, causing # the curl to OnlyOffice's /healthcheck to fail. Do the same in both configs. -DNS=192.168.1.1 +DNS=10.110.1.53