We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26a3db1 + 889cd09 commit 12ad2e3Copy full SHA for 12ad2e3
1 file changed
composer.json
@@ -66,6 +66,7 @@
66
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
67
"serve": [
68
"Composer\\Config::disableProcessTimeout",
69
+ "php -f occ config:system:set 'overwrite.cli.url' --type string --value \"http://${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080}\"",
70
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
71
],
72
"test": "phpunit --configuration tests/phpunit-autotest.xml",
0 commit comments