Eugene Obrezkov

Results 135 comments of Eugene Obrezkov

@mikedevita you can achieve the same behavior with default Sails setup. Just create `config/local.js` file and it overrides any properties you declare there. There is no needs for implementing such...

@mikedevita it overrides and merges. If property exists, it will be overridden, otherwise it will be merged.

@mikedevita yeah, I see, makes sense. It will be great to get rid of direct requiring of configuration files and use `sails.config`.

@prisonier what you think about contributing in the generator ? I have no time for fixing all the issues that we have already, since I'm working on another open-source project....

@prisonier you can pick up any issue then and make PR. Issues are really easy and I always can help you with reviewing and discussing the PRs. Read the [contributing](https://github.com/ghaiklor/generator-sails-rest-api/blob/dev/CONTRIBUTING.md)...

@savager you can, `Authorization: Bearer `

@savager strange, if you find smth useful, let me know, please.

@savager did you figure out how to fix the problem ?

@tlays11 can you create a PR with that change? Does it break `access_token` field ?

@mikedevita great, yeah, looks good. You can create a PR for this. I'm not sure if we need to ask a user for this, imho, it should work for both...