mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-24 15:53:45 +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 {
|
||||
final channel = ClientChannel(
|
||||
'https://analyticsbackend-wetu2tkdpq-ew.a.run.app',
|
||||
port: 8080,
|
||||
'analyticsbackend-wetu2tkdpq-ew.a.run.app',
|
||||
port: 443,
|
||||
options: ChannelOptions(
|
||||
// credentials: const ChannelCredentials.insecure(),
|
||||
credentials: const ChannelCredentials.secure(),
|
||||
|
Reference in New Issue
Block a user