seclore-java-sdk/examples/Sample App/DMS Sample App/bin/Web App/config/SampleAppConfig.properties

65 lines
2.3 KiB
Properties
Executable File

#Provide the external reference id which is used while creating the HotFolder in Policy Server
hotFolder.external.ref.id=
#Configs required for Map features
#Keep location.based.features.enable as false and other values as empty if not configured.
location.based.features.enable=false
ip.stack.api.key=
mapbox.api.key=
#Dummy user name when login context is missing a name.
#Change it to any name of your choice.
dummy.user.name=My file share user
# Controls whether the open online mode is view or edit.
# Set value as view to open the file in view mode.
# Set value as edit to open the file in edit mode directly.
open.online.mode=edit
##########################################################
#The Application URL of the DMS Sample App.
#Example: https://www.acemegroup.com/integrationapp
EnterpriseAppURL=
#The Application URL of the deployed Seclore Online.
#Example: https://www.acemegroup.com/secloreonline
SecloreOnlineURL=
# URL of the Policy Server of which the protected files will be opened via Seclore Online..
#Example: https://www.acemegroup.com/policyserver
PolicyServerURL=
#########################Flags##################################
#Allow the user to switch edit mode when the file is opened in view mode.
#(i.e. Show Edit button when file is opened in View Mode).
# Set value as 1 to allow showing the button.
# Set value as 0 to deny showing the button.
Allow-Edit=1
#Controls whether the a copy of the file can be downloaded from Seclore Online Renderer.
# Set value as 1 to allow download.
# Set value as 0 to deny download.
Allow-Download=1
#Controls whether a file opened in edit mode can save back the edited changes to Seclore Online Integration App.
# Set value as 1 to allow saveback.
# Set value as 0 to deny saveback.
Allow-Saveback=1
#Controls whether the a unprotected copy of the file can be downloaded from Seclore Online Renderer.
# Set value as 1 to allow.
# Set value as 0 to deny.
Allow-Unprotect-Download=1
#Controls whether the copy of the editted file has to be mailed to the user after the file is closed.
# Set value as 1 to allow.
# Set value as 0 to deny.
Email-Copy=1
#Time value in Milliseconds to keep the Access Token Alive.
#After expiry, Seclore Online will call the 'renewToken' endpoint to extend the expiry of the Access Token
# Default set here is 1 hour.
AccessTokenTimeToLive=3600000