ft/add test backend url

This commit is contained in:
itsscb 2023-11-15 20:12:58 +01:00
parent abba6be70b
commit f10764d30b

View File

@ -33,7 +33,7 @@ class BackendService {
late Session _session;
final dfClient _client = dfClient(
ClientChannel('10.0.2.2',
ClientChannel('df.itsscb.de',
port: 9090,
options: const ChannelOptions(
credentials: ChannelCredentials.insecure(),
@ -44,7 +44,7 @@ class BackendService {
);
static get client => dfClient(
ClientChannel('10.0.2.2',
ClientChannel('df.itsscb.de',
port: 9090,
options: const ChannelOptions(
credentials: ChannelCredentials.insecure(),