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() {
|
||||
Config.set(Config(
|
||||
apiServerName: "api.communiquons.org",
|
||||
apiServerUri: "/",
|
||||
apiServerSecure: true,
|
||||
serviceName: "ComunicFlutter",
|
||||
serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy"));
|
||||
apiServerName: "api.communiquons.org",
|
||||
apiServerUri: "/",
|
||||
apiServerSecure: true,
|
||||
serviceName: "ComunicFlutter",
|
||||
serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy",
|
||||
termsOfServicesURL: "https://about.communiquons.org/about/terms/"
|
||||
));
|
||||
|
||||
subMain();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user