feat(server): Add initial example server configuration
This commit is contained in:
parent
4a4da2f8c0
commit
7890423077
1 changed files with 9 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue