Update host to preprod.
This commit is contained in:
parent
f0efb3a447
commit
0dacb685b5
6
assets/config/config_dev.json
Normal file
6
assets/config/config_dev.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"backend": {
|
||||
"baseUrl": "http://localhost:5000/api",
|
||||
"apiKey": "6848e18f-d1d7-49fb-a047-c213c646904b"
|
||||
}
|
||||
}
|
||||
6
assets/config/config_preprod.json
Normal file
6
assets/config/config_preprod.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"backend": {
|
||||
"baseUrl": "https://espaces-naturels-mobile-orange.intranet.etat.lu/api",
|
||||
"apiKey": "6848e18f-d1d7-49fb-a047-c213c646904b"
|
||||
}
|
||||
}
|
||||
@ -30,7 +30,7 @@ class LoginScreen extends StatefulWidget {
|
||||
class _LoginScreenState extends State<LoginScreen> {
|
||||
String email = ""; // DEV "test@email.be"
|
||||
String password = ""; // DEV = "kljqsdkljqsd"
|
||||
String? host = "http://localhost:5000"; // "https://api.myinfomate.be" // "https://api.mymuseum.be" // DEV = "http://192.168.31.96" // http://localhost:5000 // https://api.mymuseum.be // myCore http://192.168.31.140:8089
|
||||
String? host = "https://api.mymuseum.be"; // "https://api.myinfomate.be" // "https://api.mymuseum.be" // DEV = "http://192.168.31.96" // http://localhost:5000 // https://api.mymuseum.be // myCore http://192.168.31.140:8089
|
||||
Client? clientAPI;
|
||||
bool isLoading = false;
|
||||
bool isRememberMe = false;
|
||||
|
||||
@ -97,6 +97,7 @@ flutter:
|
||||
- assets/animations/
|
||||
- assets/files/
|
||||
- assets/files/policy_text.text
|
||||
- assets/config/
|
||||
|
||||
msix_config:
|
||||
display_name: Manager
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user