Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

BackTo link is not defined. #357

Open
KurtStam opened this issue Jun 9, 2016 · 1 comment
Open

BackTo link is not defined. #357

KurtStam opened this issue Jun 9, 2016 · 1 comment

Comments

@KurtStam
Copy link
Member

KurtStam commented Jun 9, 2016

We are not reading this from the Hash anymore since our configuration change (see #352). It will need to come in via the config.js. This is blocked by issue https://issues.jboss.org/browse/APIMAN-1173

@KurtStam KurtStam self-assigned this Jun 9, 2016
@KurtStam KurtStam added the apiman label Jun 9, 2016
@KurtStam
Copy link
Member Author

KurtStam commented Jun 15, 2016

backTo can be set in the config.js like

var APIMAN_CONFIG_DATA = {
  "apiman" : {
    "version" : "1.2.2-SNAPSHOT",
    "builtOn" : "2015-01-01",
    "logoutUrl" : "logout"
  },
  "user" : {
    "username" : "admin"
  },
  "ui" : {
    "header" : "one",
    "metrics" : true,
    "platform" : "community",
    "backToConsole" : "http://www.google.com"
  },
  "api" : {
    "endpoint" : "http://localhost:8080/apiman",
    "auth" : {
      "type" : "basic",
      "basic" : {
        "username" : "admin",
        "password" : "admin123!"
      }
    }
  }
};

So we are not longer blocked

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant