Skip to content

Instantly share code, notes, and snippets.

@saracarl
Last active March 11, 2020 18:24
Show Gist options
  • Save saracarl/7a338c4088769731a27209f72b485130 to your computer and use it in GitHub Desktop.
Save saracarl/7a338c4088769731a27209f72b485130 to your computer and use it in GitHub Desktop.
8000 port configs
Crayfish/Milliner/cfg/config.example.yaml:drupal_base_url: http://localhost:8000
Crayfish/Milliner/cfg/config.example.yaml:gemini_base_url: http://localhost:8000/gemini
x Crayfish/Houdini/var/cache/dev/srcApp_Islandora_Houdini_KernelDevDebugContainer.xml: <argument>http://localhost:8000/gemini</argument>
x 2 changes x Crayfish/Houdini/vendor/islandora/crayfish-commons/DependencyInjection/Configuration.php: ->scalarNode('gemini_base_uri')->cannotBeEmpty()->defaultValue('http://localhost:8000/gemini')->end()
Crayfish/Houdini/vendor/symfony/http-foundation/Tests/RequestTest.php: $request->headers->set('host', 'trusted.com:8000');
Crayfish/Recast/cfg/config.example.yaml:gemini_base_url: http://localhost:8000/gemini
Crayfish/Recast/cfg/config.example.yaml:drupal_base_url: http://localhost:8000
Binary file drupal/web/core/modules/workspaces/tests/fixtures/update/drupal-8.6.0-workspaces_installed.php matches
Binary file drupal/web/modules/contrib/permissions_by_term/tests/src/Behat/fixtures/db.sqlite matches
drupal/web/modules/contrib/permissions_by_term/bitbucket-pipelines.yml: - screen -dmS php-server php -S localhost:8000 -t ./drupal/web
x drupal/web/modules/contrib/islandora_defaults/config/install/context.context.openseadragon_block.yml: iiif_manifest_url: 'http://localhost:8000/node/[node:nid]/manifest'
x drupal/web/modules/contrib/islandora_defaults/config/install/context.context.openseadragon_block.yml: iiif_manifest_url: 'http://localhost:8000/node/[node:nid]/book-manifest'
x drupal/web/modules/contrib/islandora/tests/src/Kernel/GeminiClientFactoryTest.php: $prophecy->get(Argument::any())->willReturn('http://localhost:8000/gemini');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment