Fix platform keyword
This commit is contained in:
parent
c971e3156c
commit
72136c32e6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
endpoint = "https://pts-paper.de/api/v1/";
|
endpoint = "https://pts-paper.de/api/v1/";
|
||||||
persistRepoData = true;
|
persistRepoData = true;
|
||||||
platform = "forgejo";
|
platform = "gitea";
|
||||||
autodiscover = true;
|
autodiscover = true;
|
||||||
onboardingConfig = {
|
onboardingConfig = {
|
||||||
extends = [ "config:recommended" ];
|
extends = [ "config:recommended" ];
|
||||||
|
|
Loading…
Reference in a new issue