GithubHelp home page GithubHelp logo

Configuration chaining about kraken-js HOT 4 CLOSED

krakenjs avatar krakenjs commented on May 22, 2024
Configuration chaining

from kraken-js.

Comments (4)

jeffharrell avatar jeffharrell commented on May 22, 2024

We're managing a settings which only apply to a specific setting by exporting them to the environment before starting the application. nconf consumes env() and / or you can then access these using process.env.

Are you looking for something above this level of detail or is there a need to composite / force rank the settings?

from kraken-js.

cliffano avatar cliffano commented on May 22, 2024

I was thinking more of a composite / force rank the config files.
But I think this probably falls into the "too much for Kraken" category as discussed in issue #23 .

Closing this issue.

from kraken-js.

sergej-brazdeikis avatar sergej-brazdeikis commented on May 22, 2024

@cliffano,

if you look inside of kraken-js source it is already supported: https://github.com/paypal/kraken-js/blob/master/lib/util/configutil.js#L93

You can create files environment based config files:

  • app-production.js
  • app-staging.js
  • app-test.js
  • app-development.js

with NODE_ENV=test kraken-js will load app.jsand then extend it with app-test.js

Hope this answers your question

from kraken-js.

ericglasser avatar ericglasser commented on May 22, 2024

@sjevs I am trying to do something similar and ran into an issue with needing multiple development environments. I need a local and a development one, and no matter what I set the app-local.js to it inherits production settings for file paths. Basically it is pulling from the .build directory on the front end.

from kraken-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.