GithubHelp home page GithubHelp logo

Comments (3)

ammit avatar ammit commented on May 5, 2024

If configuration file is not that large then you can use same file -

module.exports = {
  development: {},
  production: {}
}

then in your app

require('./config/secrets')[process.env.NODE_ENV || 'development'];

from hackathon-starter.

sahat avatar sahat commented on May 5, 2024

@ankitjaininfo Hackathon Starter was designed for hackathons. The number one priority is simplicity. Besides, having multiple config files is hardly an issue, not at this stage at least.

You are welcome to split config file intro development and production. I understand where you are coming from with this. You would like to have OAuth sign-in to work locally and in production without modifying secrets.js each time.

@dstroot created an excellent project called Skeleton that is based on Drywall and Hackathon Starter, here's the config.js. Instead of splitting the file into development and production, he is using environment variables.

I could use that approach since it requires minimum number of changes, and it is more or less transparent from user's point of view. What do you think?

from hackathon-starter.

jahlomp avatar jahlomp commented on May 5, 2024

personally, I think its a good idea. sorry guy just eavesdropping.

from hackathon-starter.

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.