Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 366 Bytes

platformsh-nodejs-helper

Helper for running nodejs applications on Platform.sh.

Purpose

Reads Platform.sh configuration from environment and returns a single object.

Usage:

npm install platformsh --save

And in your code:

const config = require('platformsh').config();