feat(server): Add initial example server configuration

This commit is contained in:
Paul Campbell 2024-04-07 12:16:50 +01:00
parent 4a4da2f8c0
commit 7890423077

View file

@ -0,0 +1,9 @@
[forge.default]
type = "forgejo"
url = "https://git.example.net"
user = "git-next" # the user to perform actions as
# API token for user?
# path to private SSH key for user?
[forge.default.repos]
hello = "user/hello" # maps to https://git.example.net/user/hello and git@git.example.net:user/hello.git