Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Cedric Poon edited this page Apr 11, 2020 · 4 revisions

Overview

This JSON Object exposes all the environment variables used in Ryaml and Rjson.

Please view config.js for in code comments on each variable.

API

Import

import config from 'reyaml-core/config';
// or
const config = require('reyaml-core/config');
Clone this wiki locally