16 lines
307 B
Cheetah
16 lines
307 B
Cheetah
[user]
|
|
name = {{ .gitea_name }}
|
|
email = {{ .gitea_email }}
|
|
signingkey = {{ .gitea_public_gpg }}
|
|
|
|
[credential]
|
|
helper = store
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[url "ssh://git@git.front.kjuulh.io/"]
|
|
insteadOf = https://git.front.kjuulh.io/
|
|
[url "ssh://git@github.com/"]
|
|
insteadOf = https://github.com/
|