22 lines
391 B
C
22 lines
391 B
C
//
|
|
// 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-1.xml"
|