Keys and configuration for Updater module added

This commit is contained in:
Simon Rozman 2016-03-18 12:49:50 +01:00
parent 50e49f9a8c
commit 75ca79a466
3 changed files with 23 additions and 0 deletions

2
include/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/UpdaterKeypair.txt
/UpdaterKeyPrivate.bin

21
include/UpdaterCfg.h Normal file
View 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"

Binary file not shown.