-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Configuration can be done either via context menu of tray icon or by editing config file in JSON format. As for now there are only two configuration options:
-
pictures folder - where to save photos. User, which run sync server must have access right to that folder. By default it is a Pictures sub-folder in a home folder of user, which run application.
-
port - on which to listen incoming requests. This is used in mobile application url. By default 8081.
Accessible via tray icon context menu. Changes are applied and written to the configuration file IMMEDIATELY. There is no need to restart application.
Located in a folder, where application was started from. Most probably this will be a folder containing main application JAR file. File name is config.json
, so it has JSON format. If updates to the configuration file were made when application is running it REQUIRES to be restarted to load changes.
Sample configuration file contents:
{"picturesPath":"C:\\Users\\Vitaly\\Pictures","port":8081}