Disable comments when build is done locally

This commit is contained in:
Yax 2025-09-28 11:53:53 +02:00
parent 5993ec498c
commit afff273c61

View file

@ -4,5 +4,6 @@
"author": "Yax", "author": "Yax",
"site_url": "http://127.0.0.1:8000", "site_url": "http://127.0.0.1:8000",
"stacosys_url": "http://127.0.0.1:8100/api", "stacosys_url": "http://127.0.0.1:8100/api",
"stacosys_url": "",
"external_check": "./check_git.sh" "external_check": "./check_git.sh"
} }