mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Add TOS link
This commit is contained in:
parent
622258802b
commit
b2c4f33665
@ -7,11 +7,13 @@ import 'package:comunic/models/config.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
Config.set(Config(
|
Config.set(Config(
|
||||||
apiServerName: "api.communiquons.org",
|
apiServerName: "api.communiquons.org",
|
||||||
apiServerUri: "/",
|
apiServerUri: "/",
|
||||||
apiServerSecure: true,
|
apiServerSecure: true,
|
||||||
serviceName: "ComunicFlutter",
|
serviceName: "ComunicFlutter",
|
||||||
serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy"));
|
serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy",
|
||||||
|
termsOfServicesURL: "https://about.communiquons.org/about/terms/"
|
||||||
|
));
|
||||||
|
|
||||||
subMain();
|
subMain();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user