Commit b0a40da0 authored by bpandey's avatar bpandey

add new properties for Images path


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94223 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0ccfa6e4
#Please specify the path to a folder with write permissions relative to web application root
#The exported image/PDF files would be saved here.
SAVEPATH =dashboard/mfg/JSP/ExportExample/ExportImages/
#This constant HTTP_URI stores the HTTP reference to
#the folder where exported charts will be saved.
#Please enter the HTTP representation of that folder
#in this constant e.g., http://www.yourdomain.com/images/
HTTP_URI=http://localhost:9090/ibase/dashboard/mfg/JSP/ExportExample/ExportedImages/
#OVERWRITEFILE sets whether the export handler would overwrite an existing file
#the newly created exported file. If it is set to false the export handler would
#not overwrite. In this case if INTELLIGENTFILENAMING is set to true the handler
#would add a suffix to the new file name. The suffix is a randomly generated UUID.
#Additionally, you can add a timestamp or random number as additional prefix.
OVERWRITEFILE=true
INTELLIGENTFILENAMING=true
FILESUFFIXFORMAT=TIMESTAMP
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment