Blynk-SmartConfig-Local Server

Is it possible for the ESP8266_Standalone_SmartConfig sketch to work with local server?

hardware: Wemos d1 Mini, Rpi-Local Server

EDIT: figured it out, change the

Blynk.config(auth);
with:
Blynk.config(auth, IPAddress(x,x,x,x), PORT);

I guess I have to research more before asking :frowning: