X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=myslice%2Fconfig.py;fp=myslice%2Fconfig.py;h=04f4aaf80ca5fba87318a30675611a910df29e24;hp=53295c4a1f5b970859fa024882dab86e34d48e1f;hb=e6184193b74ac6d5c52289546dae9121bdd99008;hpb=3167207804460a2c42e1e5a8346c597f9832d295 diff --git a/myslice/config.py b/myslice/config.py index 53295c4a..04f4aaf8 100644 --- a/myslice/config.py +++ b/myslice/config.py @@ -18,10 +18,10 @@ 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 = 'demo'