artmigrator/config.yaml.template

12 lines
263 B
Text
Raw Normal View History

2024-11-19 17:42:08 +03:00
nexus:
2024-11-20 17:38:54 +03:00
url: "http://127.0.0.1:8081"
2024-11-19 17:42:08 +03:00
username: "your-nexus-username"
password: "your-nexus-password"
2024-11-21 14:20:10 +03:00
repository: "my-repository"
2024-11-19 17:42:08 +03:00
gitea:
2024-11-20 17:38:54 +03:00
url: "http://127.0.0.1:3000"
2024-11-19 17:42:08 +03:00
token: "your-gitea-token"
2024-11-20 17:38:54 +03:00
username: "your-gitea-username"
repo: "your-gitea-repo"