Change URL to demo in REST services example scripts
This commit is contained in:
parent
b6dc917f8f
commit
e9c198afea
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ the server to execute the tests:
|
|||
Demo environment (``without parameters``) - default
|
||||
|
||||
Use server where demo is launched using the following URL:
|
||||
``http://demo.libreplan.org/libreplan-demo/``
|
||||
``http://demo.libreplan.org/libreplan/``
|
||||
|
||||
Example::
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DEMO_BASE_SERVICE_URL=http://demo.libreplan.org/libreplan-demo/ws/rest
|
||||
DEMO_BASE_SERVICE_URL=http://demo.libreplan.org/libreplan/ws/rest
|
||||
DEVELOPMENT_BASE_SERVICE_URL=http://localhost:8080/libreplan-webapp/ws/rest
|
||||
PRODUCTION_BASE_SERVICE_URL=http://localhost:8080/libreplan/ws/rest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue