Created
January 26, 2023 17:48
-
-
Save msavy/6c26e187a40228c21296f7ed1802d8c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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