mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix issue with online configuration
This commit is contained in:
		@@ -1,17 +1,18 @@
 | 
			
		||||
import 'package:comunic/forez/init.dart';
 | 
			
		||||
import 'package:comunic/main.dart';
 | 
			
		||||
import 'package:comunic/models/config.dart';
 | 
			
		||||
 | 
			
		||||
/// Forez online configuration
 | 
			
		||||
///
 | 
			
		||||
/// @author Pierre Hubert
 | 
			
		||||
 | 
			
		||||
void main() {
 | 
			
		||||
  ForezConfig(
 | 
			
		||||
  Config.set(ForezConfig(
 | 
			
		||||
    apiServerName: "api.communiquons.org",
 | 
			
		||||
    apiServerUri: "/",
 | 
			
		||||
    apiServerSecure: true,
 | 
			
		||||
    clientName: "ForezMobile",
 | 
			
		||||
  );
 | 
			
		||||
  ));
 | 
			
		||||
 | 
			
		||||
  subMain();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user