Commit d8cd00d7 authored by Pietro Albini's avatar Pietro Albini

Set correct defaults on the configuration file

parent 56d9c9a0
......@@ -67,8 +67,8 @@ def init_command(ctx, git_url):
with open(os.path.join(root, "config.json"), "w") as f:
content = {
"gitlab-url": "http://example.com",
"gitlab-project": 1,
"gitlab-url": "http://code.ubuntu-it.org",
"gitlab-project": "ubuntu-it-web/www",
"gitlab-token": "abcdefghi",
"keep-branches": [
"master",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment