ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Supported Platform.sh provided environmental vars, fixes #82 #83

Closed gilzow closed 1 year ago

gilzow commented 1 year ago

Closes #82 Adds a list of Platform-provided environmental variables that are currently supported in DDEV.

List of variables that are "missing" or not yet implemented:

There are two PLATFORM_* environmental variables in DDEV that do not map to ones we provide.

rfay commented 1 year ago

@gilzow

gilzow commented 1 year ago

@rfay I sent you a direct message, re: PLATFORM_DIR

I've never seen PLATFORM_MOUNTS and it isn't in the docs. I've always accessed mount information via $ echo $PLATFORM_APPLICATION | base64 --decode | jq -r '.mounts'

Looks like it was added here?

I guess we could rename it to DDEV_PLATFORMMOUNTS just to designate that it's a DDEV env var related to PLATFORM, vs an "official" PLATFORM* env var?

rfay commented 1 year ago

Followup in