Update examples.

This commit is contained in:
2023-08-21 12:51:10 -07:00
parent 585ea82a88
commit 9d354c40c2
2 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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