forked from aurelien.plancke/ScodocTestClient
11 lines
409 B
Plaintext
11 lines
409 B
Plaintext
BASE_URL = "https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/"
|
|
NOM_DPT = "test01"
|
|
SCODOC_ADMIN_ID = "admin_id"
|
|
SCODOC_ADMIN_PASS = "admin_password"
|
|
SCODOC_ENS_ID = "enseignant_id"
|
|
SCODOC_ENS_PASS = "enseignant_password@10"
|
|
SCODOC_CHEF_ID = "chef_id"
|
|
SCODOC_CHEF_PASS = "p@ssword42@"
|
|
LINK_SCODOC_SERVER = "root@ssh_server_scodoc"
|
|
BASE_NOT_SECURED_URL = "scodoc-dev-iutinfo.univ-lille.fr/"
|
|
NAVIGATEUR = "firefox" |