Add example upgrade server conf file

This commit is contained in:
Orsiris de Jong 2023-01-31 23:22:34 +01:00
parent 46c5dfddce
commit cfd32153e6

View file

@ -0,0 +1,16 @@
# NPBackup upgrade server
http_server:
listen: 0.0.0.0
port: 8080
username: upgrade_client
password: super_secret_password
upgrades:
# Build dir should contain the following structure
# /platform/arch
# Current platforms are 'windows', 'linux'
# Current arches are 'x64', 'x86'
# In each folder there should be a npbackup or npbackup.exe binary depending on the platform
data_root: /path/to/build_dir