X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fconfig.py;h=04f4aaf80ca5fba87318a30675611a910df29e24;hb=8e47d1e76551223a1997d9383ac0bb987e04dfad;hp=61c22817e3a86672dbd514abfe158ae02f1fbade;hpb=4920497313e03cc832c29aaae13e45ca060ccc94;p=myslice.git diff --git a/myslice/config.py b/myslice/config.py index 61c22817..04f4aaf8 100644 --- a/myslice/config.py +++ b/myslice/config.py @@ -18,13 +18,13 @@ class Config(object): # the OpenLab-wide backend as managed by UPMC # xxx production should probably use https of course - default_manifold_url = "http://test.myslice.info:7080/" - # the devel/unstable version runs on "http://dev.myslice.info:7080/" + default_manifold_url = "https://test.myslice.info:7080/" + # the devel/unstable version runs on "https://dev.myslice.info:7080/" # if you use a development backend running on this box, use "http://localhost:7080/" - # the INRIA setup is with "http://manifold.pl.sophia.inria.fr:7080/" + # the INRIA setup is with "https://manifold.pl.sophia.inria.fr:7080/" default_manifold_admin_user = 'admin' - default_manifold_admin_password = 'admin' + default_manifold_admin_password = 'demo' def __init__ (self):