From e18e1fde5b61aa920e2e2fa7419db17ee529bc78 Mon Sep 17 00:00:00 2001 From: "Mr. Is" Date: Wed, 27 Jul 2016 20:29:30 -0400 Subject: [PATCH] yaml example --- .go-gogs-cli.example.yaml | 7 +++++++ .go-gogs-cli.yaml | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .go-gogs-cli.example.yaml delete mode 100644 .go-gogs-cli.yaml 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