{
  "port": 3000,
  "pathToContent": "../api-developer-portal/src/",
  "mode": "development",
  "controlPlane": {
    "url": "https://127.0.0.1:9443/api/am/devportal/v3",
    "disableCertValidation": true,
    "pathToCertificate": "../api-developer-portal/conf/security/client-truststore.pem"
  },
  "serverCerts": {
    "pathToCert": "../certs/client-truststore.pem",
    "pathToPK": "../certs/private-key.pem",
    "pathToCA": "../certs/client-truststore.pem"
  },
  "db": {
    "username": "postgres",
    "password": "postgres",
    "database": "demo",
    "host": "localhost",
    "port": 5432,
    "dialect": "postgres"
  },
  "providerURL": {
    "AWS": "https://aws.amazon.com"
  },
  "defaultAuth": {
    "users": [
      {
        "username": "admin",
        "password": "admin",
        "roles": [
          "admin"
        ],
        "orgClaimName": "ACME",
        "organizationIdentifier": "ACME"
      }
    ]
  },
  "identityProvider": {
    "name": "IS",
    "issuer": "https://127.0.0.1:9443/oauth2/token",
    "authorizationURL": "https://localhost:9443/oauth2/authorize",
    "tokenURL": "https://127.0.0.1:9443/oauth2/token",
    "userInfoURL": "https://localhost:9443/oauth2/userinfo",
    "clientId": "",
    "callbackURL": "https://localhost:3000/carbon.super/callback",
    "scope": "openid profile",
    "signUpURL": "",
    "logoutURL": "https://localhost:9443/oidc/logout",
    "logoutRedirectURI": "https://localhost:3000/carbon.super",
    "certificate": "",
    "jwksURL": "https://localhost:9443/oauth2/jwks"
  },
  "disableTLS": true,
  "roleClaim": "roles",
  "orgIDClaim": "organizationID",
  "groupsClaim": "groups",
  "adminRole": "admin",
  "subscriberRole": "Internal/subscriber",
  "superAdminRole": "superAdmin",
  "authenticatedPages": [
    "/portal/*/edit",
    "/portal",
    "/*/configure",
    "/*/applications",
    "/*/applications/*",
    "/*/api/*",
    "/*/myapis",
    "/*/myapis/*"
  ],
  "authorizedPages": [
    "/*/applications",
    "/*/applications/*",
    "/*/configure",
    "/portal/*/edit",
    "/portal",
    "/*/api/*",
    "/*/myapis",
    "/*/myapis/*"
  ]  
}