Commit 587003c9 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

hardcode the public address of OCF Sandbox

parent 258152f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"api_name\": \"My API\",\n    \"resource_name\": \"Say hello\",\n    \"method\": \"GET\"\n}",
          "raw": "{\n    \"api_name\": \"<Username provided by organizers>\",\n    \"resource_name\": \"Say hello\",\n    \"method\": \"GET\"\n}",
          "options": {
            "raw": {
              "language": "json"
+13 −10
Original line number Diff line number Diff line
{
  "capif_host": "<CAPIF domain name or IP>",
  "register_host": "<CAPIF domain name or IP>",
  "capif_host": "opencapif.etsi.org",
  "register_host": "register-opencapif.etsi.org",
  "capif_https_port": "443",
  "capif_register_port": "8084",
  "capif_register_port": "443",
  "capif_username": "<Username provided by organizers>",
  "capif_password": "<Password provided by organizers>",
  "debug_mode": "True",
@@ -15,13 +15,16 @@
      "port":"<random port number>"
    },
    "cert_generation": {
      "csr_country_name": "<Two letter abbreviation e.g. FR>",
      "csr_state_or_province_name": "<Full state name e.g. Alpes-Maritimes>",
      "csr_locality": "<Full city name e.g. Sophia-Antipolis>",
      "csr_organization": "<Full legal company or Personal name e.g. ETSI>",
      "csr_organizational_unit": "<Branch of organization e.g. Research and Development>",
      "csr_common_name": "<FQDN of your domain e.g. etsi.org>",
      "csr_email_address": "<Valid email address e.g. info@etsi.org>"
      "csr_country_name": "FR",
      "csr_state_or_province_name": "Alpes-Maritimes",
      "csr_locality": "Sophia-Antipolis",
      "csr_organization": "ETSI",
      "csr_organizational_unit": "Research and Development",
      "csr_common_name": "<Username provided by organizers>.org",
      "csr_email_address": "info@etsi.org"
    },
    "discover_filter": {
      "api-name": "<Username provided by organizers>"
    }
  }
}