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
|
|
|
|
# Brian's token, but please use wisely!
|
|
|
|
OPENAI_API_KEY=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
|
|
|
|
[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>
|