artmigrator/config.yaml.template

11 lines
233 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"
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"