Update examples.
This commit is contained in:
@@ -23,4 +23,4 @@ REDIS_HOST_PASSWORD=someredispassword
|
|||||||
# will likely want to set this to an internal DNS server. Some routers will
|
# 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
|
# 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.
|
# the curl to OnlyOffice's /healthcheck to fail. Do the same in both configs.
|
||||||
DNS=192.168.1.1
|
DNS=10.110.1.53
|
||||||
|
@@ -1,10 +1,17 @@
|
|||||||
# Environment file for OnlyOffice.
|
# 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
|
JWT_SECRET=abc123
|
||||||
|
|
||||||
|
# Header value
|
||||||
|
JWT_HEADER=AuthorizationJwt
|
||||||
|
|
||||||
|
## Other ##
|
||||||
|
|
||||||
# If you have both Nextcloud and OnlyOffice on the same internal network you
|
# 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
|
# 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
|
# 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.
|
# the curl to OnlyOffice's /healthcheck to fail. Do the same in both configs.
|
||||||
DNS=192.168.1.1
|
DNS=10.110.1.53
|
||||||
|
Reference in New Issue
Block a user