Skip to content

Instantly share code, notes, and snippets.

@msavy
Created January 26, 2023 17:48
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/6c26e187a40228c21296f7ed1802d8c6 to your computer and use it in GitHub Desktop.
Save msavy/6c26e187a40228c21296f7ed1802d8c6 to your computer and use it in GitHub Desktop.
var APIMAN_CONFIG_DATA = {
"apiman" : {
"version" : "1.5.6-SNAPSHOT",
"builtOn" : "2020-01-22",
"logoutUrl" : "logout"
},
"user" : {
"username" : "admin"
},
"ui" : {
"header" : "apiman",
"metrics" : true
},
"api" : {
"endpoint" : "http://localhost:8080/apiman",
"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