13 lines
268 B
TOML
13 lines
268 B
TOML
[main]
|
|
endpoint = "https://example.com"
|
|
api_token = "XXXXX"
|
|
format = "{owner}/{name}"
|
|
out_dir = "/home/user/repositories"
|
|
|
|
[fetch]
|
|
ssh_key = "/home/user/id_rsa"
|
|
|
|
# Use this fetch config instead of ssh_key to clone over HTTP(S):
|
|
# user = "gitea-user"
|
|
# token = "XXXXX"
|