X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fconfig.py;h=04f4aaf80ca5fba87318a30675611a910df29e24;hb=7b369897171d7d8bf3b30bf6d8200813b3e142e0;hp=61c22817e3a86672dbd514abfe158ae02f1fbade;hpb=b8285e0fe053a91e94dd6641e5daa3c6dd52c43e;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):