diff --git a/config/config.yml b/config/config.yml index 17ba59c..797f339 100644 --- a/config/config.yml +++ b/config/config.yml @@ -46,12 +46,12 @@ database: updates: enabled: true git: - remote: "https://gitea.yourdomain.com/overspend1/overub.git" + remote: "https://git.overspend.cloud/overspend1/overub.git" token: "" use_ssh: false ssh_key: "~/.ssh/id_rsa" gitea: - api_url: "https://gitea.yourdomain.com/api/v1" + api_url: "https://git.overspend.cloud/api/v1" token: "" use_releases: true webhook_secret: "" @@ -65,7 +65,7 @@ updates: max_rollback_versions: 3 verify_commits: true allowed_sources: - - "https://gitea.yourdomain.com" + - "https://git.overspend.cloud" modules: path: "modules" remote: "origin"