diff --git a/.go-gogs-cli.example.yaml b/.go-gogs-cli.example.yaml new file mode 100644 index 0000000..4a4ea67 --- /dev/null +++ b/.go-gogs-cli.example.yaml @@ -0,0 +1,7 @@ +# This file will by default live in $HOME/.go-gogs-cli.yaml. +# You can put it anywhere else, too, but you'll need to tell go-gogs-cli +# about it in cmd/root.go (down in initConfig). +token: 0e6709o05da4753dddf5f592074fdc263f02n801 +api_url: http://goggable.areteh.co:3000/api/v1 +default: + q_limit: 10 diff --git a/.go-gogs-cli.yaml b/.go-gogs-cli.yaml deleted file mode 100644 index 181ba1d..0000000 --- a/.go-gogs-cli.yaml +++ /dev/null @@ -1,4 +0,0 @@ -token: 0e6709o05da4753dddf5f592074fdc263f02n801 -api_url: http://goggable.areteh.co:3000/api/v1 -default: - q_limit: 10