smeserver-gitutils/config

16 lines
500 B
Plaintext
Raw Normal View History

2023-05-09 09:51:48 +02:00
[smegit]
DEBUG=false
2023-05-10 05:04:48 +02:00
# if first character ~ will be relative to users home, otherwise absolute
WORKDIR=~/smegit
2023-05-09 09:51:48 +02:00
COMMONREPO=https://src.koozali.org/smedev/common.git
2023-08-21 08:21:03 +02:00
# OpenAI key for readme comment lookup.
OPENAI_API_KEY=<key - ask Brian for his..>
2023-05-09 09:51:48 +02:00
[local]
2023-05-10 05:04:48 +02:00
USER=<local GITEA user name>
2023-05-09 09:51:48 +02:00
GITEAHOST=<local GITEA URL>
GITEAACCESSTOKEN=<access token for local GITEA>
[remote]
2023-05-10 05:04:48 +02:00
USER=<remote GITEA user name>
2023-05-09 09:51:48 +02:00
GITEAHOST=https://src.koozali.org
GITEAACCESSTOKEN=<access token for https://src.koozali.org GITEA>