michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/config/dotenv.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function () {
  return {
    clientAllowedKeys: [],
    // Fail build when there is missing any of clientAllowedKeys environment variables.
    // By default false.
    failOnMissingKey: false,
  };
};