put back USER for local & remote
This commit is contained in:
5
config
5
config
@@ -1,12 +1,15 @@
|
||||
[smegit]
|
||||
DEBUG=false
|
||||
WORKDIR=/smegit
|
||||
# if first character ~ will be relative to users home, otherwise absolute
|
||||
WORKDIR=~/smegit
|
||||
COMMONREPO=https://src.koozali.org/smedev/common.git
|
||||
# Brian's token, but please use wisely!
|
||||
OPENAI_API_KEY=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
|
||||
[local]
|
||||
USER=<local GITEA user name>
|
||||
GITEAHOST=<local GITEA URL>
|
||||
GITEAACCESSTOKEN=<access token for local GITEA>
|
||||
[remote]
|
||||
USER=<remote GITEA user name>
|
||||
GITEAHOST=https://src.koozali.org
|
||||
GITEAACCESSTOKEN=<access token for https://src.koozali.org GITEA>
|
||||
|
Reference in New Issue
Block a user