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 ad637f5 + cdf0f6f commit 0b064e5Copy full SHA for 0b064e5
composer.json
@@ -75,6 +75,7 @@
75
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
76
"serve": [
77
"Composer\\Config::disableProcessTimeout",
78
+ "php -f occ config:system:set 'overwrite.cli.url' --type string --value \"http://${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080}\"",
79
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
80
],
81
"test": [
0 commit comments