ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-08-14 17:12:08 +00:00
parent 541400e350
commit c2805d8271
5 changed files with 41 additions and 1 deletions

4
settings.example.json generated
View File

@@ -25,6 +25,10 @@
"secret": null, "//": "GitHub OAUTH client secret",
"url":"https://example.com", "//": "GitHub OAUTH callback url (must be the same as the web instance host)"
},
"api":{
"rest": null, "//": "GitHub REST API custom endpoint",
"graphql": null, "//": "GitHub GraphQL API custom endpoint"
},
"control":{
"token": null, "//": "Control token (can be used by external services to perform actions on instance, such as stopping it for redeploys)"
},