plateforme-corres2math/apps/registration/fixtures/initial.json

18 lines
479 B
JSON
Raw Normal View History

2020-10-28 16:19:25 +00:00
[
{
"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": ""
}
2020-10-28 16:19:25 +00:00
}
]