Skip to content

Commit

Permalink
202205311821
Browse files Browse the repository at this point in the history
  • Loading branch information
ersonw committed May 31, 2022
1 parent 21a700d commit 86ce529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added android/key.jks
Binary file not shown.
4 changes: 4 additions & 0 deletions android/key.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
storePassword=movies123
keyPassword=movies123
keyAlias=key
storeFile=key.jks
4 changes: 2 additions & 2 deletions lib/data/Config.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import 'dart:convert';

class Config {
String mainDomain = "192.168.254.142:8017";
// String mainDomain = "127.0.0.1:8017";
// String mainDomain = "192.168.254.142:8017";
String mainDomain = "172.21.68.12:8017";
Config();
Config.formJson(Map<String, dynamic> json):
mainDomain = json['mainDomain']
Expand Down

0 comments on commit 86ce529

Please sign in to comment.