1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-13 04:06:52 +00:00
plateforme-corres2math/apps/registration/fixtures/initial.json
2020-10-28 19:03:25 +01:00

18 lines
479 B
JSON

[
{
"model": "cas_server.servicepattern",
"pk": 1,
"fields": {
"pos": 100,
"name": "Plateforme des Correspondances",
"pattern": "^https://correspondances-maths.fr:8448/.*$",
"user_field": "matrix_username",
"restrict_users": false,
"proxy": true,
"proxy_callback": true,
"single_log_out": true,
"single_log_out_callback": ""
}
}
]