Skip to content

Instantly share code, notes, and snippets.

@msavy
Created October 8, 2021 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msavy/f372e6105f2d55169da4090ced41ba8e to your computer and use it in GitHub Desktop.
Save msavy/f372e6105f2d55169da4090ced41ba8e to your computer and use it in GitHub Desktop.
var APIMAN_CONFIG_DATA = {
"apiman" : {
"version" : "1.2.0-SNAPSHOT",
"builtOn" : "2015-01-01",
"logoutUrl" : "logout"
},
"user" : {
"username" : "admin"
},
"ui" : {
"header" : "apiman",
"metrics" : true
},
"api" : {
"endpoint" : "http://localhost:8080/apiman",
"auth" : {
"url": "http://localhost:8080/auth",
"type" : "basic",
"basic" : {
"username" : "admin",
"password" : "admin123!"
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment