diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 8c74394c..4a76e78d 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -491,7 +491,7 @@ // there are no special requirements. Any static web server will do (NGinx, Apache, Lighttpd,...). // The only requirement is that the resource must be available under this domain. #ifndef WEB_REMOTE_DOMAIN -#define WEB_REMOTE_DOMAIN "http://tinkerman.cat" +#define WEB_REMOTE_DOMAIN "http://espurna.io" #endif // -----------------------------------------------------------------------------