-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local configuration not taking for vars more than #321
Comments
Also, if we hack around it using:
The changes just don't seem to take effect, i.e. they do not overwrite our other configuration files. |
Very weird-- reproduced and looking into it now, thanks! |
@obrienmd This should be good now-- would you mind trying it with the latest master?
|
Hrm, npm install fails, npm cannot find include-all/0.0.6... Looks like 0.0.5 is newest on npm for me? Note: I am a complete node / npm newbie. |
Ah, try now :) @particlebanana had asked me to do an |
No go for me, still get the |
Hmm, how about with the latest version? From the project directory: |
Same. Perhaps it's something with my config... Can you not repro this? |
Not using the latest-- I definitely saw it before though On Mon, Apr 15, 2013 at 1:34 PM, obrienmd notifications@github.com wrote:
Mike McNeil
If you are not the intended recipient, empl |
Hi, I'm having the same issue. I just updated to v0.8.9 and it doesn't work. module.exports.adapters = {
'default': 'mysql',
... |
I'm having the same issue as @Mantish on version v0.8.94. With this issue closed, should we be overriding the entire config option as seen in Mantish's example above? |
Running sails 0.8.9, local.js doesn't seem to be working for anything deeper than
module.exports.[variable]
.For instance,
module.exports.port = 80;
Works perfectly, 'sails lift' run sails on port 80.
module.exports.adapters.default = mysql
(per config guide linked below)Results in 'TypeError: Cannot set property 'default' of undefined' when I try to 'sails lift'.
https://github.com/balderdashy/sails/wiki/Guide:-Configuration#localjs
The text was updated successfully, but these errors were encountered: