2021-08-30 15:55:08 +02:00
|
|
|
// export const serviceBaseUrl = "https://api.hv.nober.de";
|
2021-08-02 16:52:31 +02:00
|
|
|
// export const serviceBaseUrl = "http://172.16.10.38:5000";
|
2021-09-06 18:12:45 +02:00
|
|
|
export const serviceBaseUrl = "http://localhost:8080"
|
|
|
|
export const authserviceBaseUrl = "https://authservice.hottis.de"
|
2021-08-30 15:55:08 +02:00
|
|
|
|