mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 00:00:26 +08:00
anaytics example: Use the right port
This took me way way too long to figure out
This commit is contained in:
@ -6,8 +6,8 @@ import 'generated/analytics.pb.dart' as pb;
|
|||||||
|
|
||||||
Future<void> main(List<String> args) async {
|
Future<void> main(List<String> args) async {
|
||||||
final channel = ClientChannel(
|
final channel = ClientChannel(
|
||||||
'https://analyticsbackend-wetu2tkdpq-ew.a.run.app',
|
'analyticsbackend-wetu2tkdpq-ew.a.run.app',
|
||||||
port: 8080,
|
port: 443,
|
||||||
options: ChannelOptions(
|
options: ChannelOptions(
|
||||||
// credentials: const ChannelCredentials.insecure(),
|
// credentials: const ChannelCredentials.insecure(),
|
||||||
credentials: const ChannelCredentials.secure(),
|
credentials: const ChannelCredentials.secure(),
|
||||||
|
Reference in New Issue
Block a user