Untitled
unknown
plain_text
10 months ago
1.3 kB
3
Indexable
Never
#The port where the application is listening to #8080 is default port of our Java application (is not mandatory, but if port is already used, you can change it to 8081, 8082, 8083 etc..) server.port=8080 #The cron expression to define how often to run task, check https://crontab.cronhub.io/ to change it task.cron = 0 */1 * * * * #The path where the application looks for OMA files (in windows it is required double '/') oma.path = //C://Users//OMA #The regexp to filter the files in the above folder (CASE INSENSITIVE) ex: .*\.oma$ (all oma files) oma.regexp = ^Visioffice_.*\.oma$ #Authentication data for Optix #id of your store in optix (https://app.optix.cloud/stores/1) where number after /stores/ is your id of store. optix.store.id = 1 #your token (you can generate it from Visioffice settings https://app.optix.cloud/integrations) optix.api.key = eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzZXJnaGVpIiwiaXNzIjoib3B0aXguY2xvdWQiLCJpYXQiOjE2OTkzNzYzMTQsImV4cCI6MTY5OTQwNTExNCwiaXAiOiI5NS42NS43Ni40MSIsInRlbmFudElkIjoib3B0aWtyb20iLCJuYW1lIjoiVmFjYXJpIFNlcmdoZWkiLCJmaXJzdE5hbWUiOiJTZXJnaGVpIiwibGFzdE5hbWUiOiJWYWNhcmkiLCJ1c2VyU2lkIjoiYjJlM2NkNGQtOTgyNS00MDczLWE3ZWMtMmJmMDRiMDVhNTlhIiwidXNlcklkIjo5LCJyb2xlcyI6WyJST0xFX0FETUlOIl0sInR5cGUiOiJVU0VSIn0.3boo8esQqbwxTPj1gkJU7-q-JhDj9FFI6GyU8IFpEVF1XA5UdKnMJI47naeS84VPId9zNoEdgVRGCm29O-TePg