mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-19 18:06:31 +08:00
Add example upgrade server conf file
This commit is contained in:
parent
46c5dfddce
commit
cfd32153e6
1 changed files with 16 additions and 0 deletions
16
examples/upgrade_server.conf.dist
Normal file
16
examples/upgrade_server.conf.dist
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue