From 9d354c40c29d5a106a1459e640896f3cec876068 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 21 Aug 2023 12:51:10 -0700 Subject: [PATCH] Update examples. --- Config/Nextcloud/.env.example | 2 +- Config/OnlyOffice/.env.example | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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