gitforgefs/config/config.test.yaml

45 lines
790 B
YAML
Raw Normal View History

2024-06-08 05:02:35 +00:00
fs:
2024-08-14 02:55:18 +00:00
mountpoint: /tmp/gitforgefs/test/mnt/gitlab
2024-06-08 05:02:35 +00:00
mountoptions: nodev
2024-08-05 01:45:51 +00:00
forge: gitlab
2024-06-08 05:02:35 +00:00
gitlab:
url: https://example.com
token: "12345"
pull_method: ssh
2024-06-08 05:02:35 +00:00
group_ids:
- 123
user_names:
- test-user
archived_project_handling: hide
include_current_user: true
github:
token: "12345"
pull_method: http
org_names:
- test-org
user_names:
- test-user
archived_repo_handling: hide
2024-06-08 05:02:35 +00:00
include_current_user: true
2024-08-09 20:13:57 +00:00
gitea:
url: https://example.com
token: "12345"
pull_method: http
org_names:
- test-org
user_names:
- test-user
archived_repo_handling: hide
include_current_user: true
2024-06-08 05:02:35 +00:00
git:
2024-08-14 02:55:18 +00:00
clone_location: /tmp/gitforgefs/test/cache/gitlab
2024-06-08 05:02:35 +00:00
remote: origin
on_clone: clone
auto_pull: false
depth: 0
queue_size: 100
worker_count: 1