Closed WowItsDoge closed 4 years ago
Yes, of course. Please check the documentation before open an issue.
But when I click the Login Button, it redirects to GitLab.com. Maybe it is a bug?
This is in the docs/.vuepress/config.js file.
plugins: [
[
'@vssue/vuepress-plugin-vssue', {
baseUrl: 'https://git.CompanyNameRemoved.com',
platform: 'gitlab',
owner: 'GitLabRepositoryOwner',
repo: 'RepositoryName',
clientId: 'HashValueRemoved',
clientSecret: ''HashValueRemoved''
}
]
]
Hi, is it possible to use Vssue with VuePress and connect it to a local GitLab server?
When I have integrated the plugin, on login it redirects me to GitLab.com and not our local GitLab instance.
Regards, Jan