|
|
|
|
@ -32,12 +32,12 @@ void main() async {
|
|
|
|
|
String? dbPassword = prefs.getString('dbPassword');
|
|
|
|
|
|
|
|
|
|
// if (dbProtocol == null) {
|
|
|
|
|
//prefs.setString('dbProtocol', 'http');
|
|
|
|
|
prefs.setString('dbProtocol', 'https');
|
|
|
|
|
prefs.setString('dbProtocol', 'http');
|
|
|
|
|
// prefs.setString('dbProtocol', 'https');
|
|
|
|
|
// }
|
|
|
|
|
// if (dbHost == null) {
|
|
|
|
|
//prefs.setString('dbHost', '192.168.0.70');
|
|
|
|
|
prefs.setString('dbHost', 'api.windesign.at');
|
|
|
|
|
prefs.setString('dbHost', '192.168.0.70');
|
|
|
|
|
// prefs.setString('dbHost', 'api.windesign.at');
|
|
|
|
|
// }
|
|
|
|
|
// if (dbProtocol == null) {
|
|
|
|
|
// prefs.setString('dbProtocol', 'https');
|
|
|
|
|
|