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.
1 parent ea12205 commit cdf0f6fCopy full SHA for cdf0f6f
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