apimanui.apiman.f8-config-bkwrds-compatible.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiman Show documentation
Show all versions of apiman Show documentation
Apiman deployed on Jetty
var APIMAN_CONFIG_DATA = {
"apiman" : {
"version" : "f8-${project.version}",
"builtOn" : "${timestamp}",
"logoutUrl" : null
},
"user" : {
"username" : null
},
"ui" : {
"header" : "ose",
"platform" : "f8",
"metrics" : false
},
"api" : {
"endpoint" : "/apiman",
"auth" : {
"type" : "bearerTokenFromHash"
}
}
};