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): ...@@ -67,8 +67,8 @@ def init_command(ctx, git_url):
with open(os.path.join(root, "config.json"), "w") as f: with open(os.path.join(root, "config.json"), "w") as f:
content = { content = {
"gitlab-url": "http://example.com", "gitlab-url": "http://code.ubuntu-it.org",
"gitlab-project": 1, "gitlab-project": "ubuntu-it-web/www",
"gitlab-token": "abcdefghi", "gitlab-token": "abcdefghi",
"keep-branches": [ "keep-branches": [
"master", "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