Skip to content

Instantly share code, notes, and snippets.

View zuernBernhard's full-sized avatar

Bernhard Zürn zuernBernhard

View GitHub Profile
@zuernBernhard
zuernBernhard / platform_elastic_creds.md
Last active January 18, 2024 09:20
Get elasticsearch credentials for drupal on platform.sh (eg with drush core-cli)

Prerequists

Assuming that you already use the platform.sh Config-Reader with composer.json like that:

...
"require": {
  ...
  "platformsh/config-reader": "^2.4",
  ...