Keys and configuration for Updater module added
This commit is contained in:
2
include/.gitignore
vendored
Normal file
2
include/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/UpdaterKeypair.txt
|
||||
/UpdaterKeyPrivate.bin
|
||||
21
include/UpdaterCfg.h
Normal file
21
include/UpdaterCfg.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Update log file
|
||||
//
|
||||
#define UPDATER_LOG_FILE "ZRCola-Update.log"
|
||||
|
||||
|
||||
//
|
||||
// Update server(s)
|
||||
// Zero delimited list of update servers
|
||||
//
|
||||
#define UPDATER_HTTP_SERVER "zrcola.zrc-sazu.si\0zrcola-2.amebis.si\0"
|
||||
|
||||
//
|
||||
// Update server port
|
||||
//
|
||||
#define UPDATER_HTTP_PORT 80
|
||||
|
||||
//
|
||||
// Update server catalog location
|
||||
//
|
||||
#define UPDATER_HTTP_PATH "/UpdateRepo/Catalog.xml"
|
||||
BIN
include/UpdaterKeyPublic.bin
Normal file
BIN
include/UpdaterKeyPublic.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user