Merge branch 'ft/app'
This commit is contained in:
commit
eb6a161fe4
@ -33,7 +33,7 @@ class BackendService {
|
|||||||
late Session _session;
|
late Session _session;
|
||||||
|
|
||||||
final dfClient _client = dfClient(
|
final dfClient _client = dfClient(
|
||||||
ClientChannel('10.0.2.2',
|
ClientChannel('df.itsscb.de',
|
||||||
port: 9090,
|
port: 9090,
|
||||||
options: const ChannelOptions(
|
options: const ChannelOptions(
|
||||||
credentials: ChannelCredentials.insecure(),
|
credentials: ChannelCredentials.insecure(),
|
||||||
@ -44,7 +44,7 @@ class BackendService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static get client => dfClient(
|
static get client => dfClient(
|
||||||
ClientChannel('10.0.2.2',
|
ClientChannel('df.itsscb.de',
|
||||||
port: 9090,
|
port: 9090,
|
||||||
options: const ChannelOptions(
|
options: const ChannelOptions(
|
||||||
credentials: ChannelCredentials.insecure(),
|
credentials: ChannelCredentials.insecure(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user