16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
[smegit]
|
|
DEBUG=false
|
|
# if first character ~ will be relative to users home, otherwise absolute
|
|
WORKDIR=~/smegit
|
|
COMMONREPO=https://src.koozali.org/smedev/common.git
|
|
# OpenAI key for readme comment lookup.
|
|
OPENAI_API_KEY=<key - ask Brian for his..>
|
|
[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>
|