29 lines
379 B
Plaintext
29 lines
379 B
Plaintext
# Inferencium
|
|
# Git - Configuration - Inferencium
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# Version: 3.0.2.5
|
|
|
|
|
|
[commit]
|
|
gpgSign = true
|
|
|
|
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
|
|
[gpg]
|
|
format = ssh
|
|
|
|
[gpg "ssh"]
|
|
allowedSignersFile = ~/.ssh/allowed_signers
|
|
|
|
|
|
[user]
|
|
name = inference
|
|
email = admin@inferencium.net
|
|
signingKey = ~/.ssh/ssh-inf-a00-sys-ed25519
|