config.github.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth-code Show documentation
Show all versions of oauth-code Show documentation
A microservice server that authenticates and redirects authorization code.
protocol: ${github.protocol:https}
host: ${github.host:api.github.com}
pathPrefix: ${github.pathPrefix:}
owner: ${github.owner:yourorg}
repo: ${github.repo:marketplace-admin}
path: ${github.path:users.json}