Skip to content

Commit

Permalink
Update globals.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Mabenan authored Aug 18, 2021
1 parent a341da1 commit e355a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/globals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ initParse({bool back = false}) async {
kIsWeb ? "http://localhost:13371/" : "http://10.0.2.2:13371/",
appName: "audiobook",
appVersion: "Version 1",
appPackageName: "com.mabenan.audiobook",
appPackageName: "com.mabenan.catbooks",
coreStore: await CoreStoreSharedPrefsImp.getInstance(),
debug: true,
autoSendSessionId: true,
Expand All @@ -78,7 +78,7 @@ initParse({bool back = false}) async {
"VZVLcsw29sjuF0QHui7v", "http://node:13391/",
appName: "audiobook",
appVersion: "Version 1",
appPackageName: "com.mabenan.audiobook",
appPackageName: "com.mabenan.catbooks",
coreStore: await CoreStoreSharedPrefsImp.getInstance(),
debug: false,
autoSendSessionId: true,
Expand All @@ -91,7 +91,7 @@ initParse({bool back = false}) async {
"VZVLcsw29sjuF0QHui7v", "https://audiobook.mabenan.de/",
appName: "audiobook",
appVersion: "Version 1",
appPackageName: "com.mabenan.audiobook",
appPackageName: "com.mabenan.catbooks",
coreStore: await CoreStoreSharedPrefsImp.getInstance(),
debug: false,
autoSendSessionId: true,
Expand Down

0 comments on commit e355a07

Please sign in to comment.