gitforgefs/config/config.test.yaml

34 lines
587 B
YAML
Raw Normal View History

2024-06-08 05:02:35 +00:00
fs:
mountpoint: /tmp/gitlabfs/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_ids:
- 456
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
git:
clone_location: /tmp/gitlabfs/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