|
@@ -65,7 +65,7 @@ class FileReader:
|
|
|
class Geoserver:
|
|
|
def __init__(
|
|
|
self,
|
|
|
- service_url: str = "http://localhost:28085/geoserver", # default deployment url during installation
|
|
|
+ service_url: str = "http://192.168.60.2:28085/geoserver", # default deployment url during installation
|
|
|
username: str = "admin", # default username during geoserver installation
|
|
|
password: str = "geoserver", # default password during geoserver installation
|
|
|
request_options: Dict[str, Any] = None # additional parameters to be sent with each request
|