Initial server settings are stored in config/application.yml. After modifying this file, restart the server.
Administrator account
Set the control-panel credentials in the palmorder.admin section:
palmorder:
admin:
username: admin
password: змініть-цей-пароль
Use a unique password. Do not store the actual password in files shared with third parties or committed to version control.
Server port
By default, the server works on port 8888:
server:
port: 8888
After changing the port, specify the new value in the exchange settings on each mobile device.
Exchange directories
The initial paths of the input and output directories are set in the configuration:
palmorder:
storage:
inbox-path: data/inbox
outbox-path: data/outbox
| Directory | Purpose |
|---|---|
inbox | Documents and files received from mobile devices. |
outbox | Files and tables prepared by the office system for devices. |
cache | Technical directory containing generated tables; the server creates it automatically. |
The default inbox and outbox can be changed in the control panel under Settings. Changes are applied immediately and saved in server data. The server creates the specified directory as needed and checks that it is writable.
You can set your own input or output directory for a separate device: Devices → Storage. This is useful when different representatives work with different departments or accounts.
The order of path selection is as follows:
Шлях пристрою → стандартний шлях із панелі керування → початковий шлях із application.yml
Address for mobile device
In PalmOrder Client, enter the server address, port and, if needed, the remote address. Depending on the selected option, it connects over http:// or https://.
After setting the address, activate the license or start in demo mode.
