mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-26 06:49:22 +00:00
Added online version
This commit is contained in:
parent
811c8e2cc6
commit
05b1aea7be
17
lib/main_online.dart
Normal file
17
lib/main_online.dart
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import 'package:comunic/main.dart';
|
||||||
|
import 'package:comunic/models/config.dart';
|
||||||
|
|
||||||
|
/// Online (communiquons.org) build configuration for the project
|
||||||
|
///
|
||||||
|
/// @author Pierre HUBERT
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
Config.set(Config(
|
||||||
|
apiServerName: "api.communiquons.org",
|
||||||
|
apiServerUri: "/",
|
||||||
|
apiServerSecure: true,
|
||||||
|
serviceName: "ComunicFlutter",
|
||||||
|
serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy"));
|
||||||
|
|
||||||
|
subMain();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user