The new foler includes a README file (please, update it when adding new scripts), common scripts (base64.sh and rest-common-env.sh), two scripts (post-criterions-types.sh and get-criterion-types.sh) for importing/exporting criterion types, and a sample file (criterion-types-sample.xml) with criterion types to be imported.
8 lines
367 B
Bash
Executable file
8 lines
367 B
Bash
Executable file
DEVELOPMENT_BASE_SERVICE_URL=http://localhost:8080/navalplanner-webapp/ws/rest
|
|
PRODUCTION_BASE_SERVICE_URL=https://naval.igalia.com/navalplanner-webapp/ws/rest
|
|
|
|
DEVELOPMENT_CERTIFICATE=""
|
|
# FIXME: Until we have a valid production certificate, accept any
|
|
# server-provided certificate.
|
|
PRODUCTION_CERTIFICATE=-k
|
|
#PRODUCTION_CERTIFICATE=--cacert igalia-certificate.pem
|