Skip to content
Snippets Groups Projects
Commit c7e543dc authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Using gitlab.com as default

parent 66162822
No related branches found
No related tags found
No related merge requests found
Gitlab = {};
Gitlab.ServerURL = 'http://corei3:3000'; // this needs to be configured from Settings
Gitlab.ServerURL = 'https://gitlab.com'; // this needs to be configured from Settings
......@@ -4,9 +4,8 @@
</p>
<ol>
<li>
Visit <a href="http://corei3:3000/oauth/applications/new" target="blank">http://corei3:3000/oauth/applications/new</a>
Visit <a href="https://gitlab.com/oauth/applications/new" target="blank">https://gitlab.com/oauth/applications/new</a>
</li>
<li>
Set Authorization callback URL to: <span class="url">{{siteUrl}}_oauth/gitlab</span>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment