-
Notifications
You must be signed in to change notification settings - Fork 38
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
Config for Hapi local: ambiguous setup directions #7
Comments
You'll have to update the client Snowflake app with the same ip address. On Aug 19, 2016 2:44 PM, "Nicole Iwasaki" [email protected] wrote: The following two steps regarding configuring hapi are confusing to me: Update ip in config file w/ ip from ifconfig Example: Update Snowflake src/lib/config.js w/ same ip from step above Example: I can only find one config file, the one at src/lib/config.js in the second — |
For the |
The following two steps regarding configuring hapi are confusing to me:
Update ip in config file w/ ip from ifconfig Example:
hapi: {
port: 5000,
ip: '192.168.0.5'
}ik
Update Snowflake src/lib/config.js w/ same ip from step above Example:
HAPI: {
local: {
url: 'http://192.168.0.5:5000'
},
remote: {
url: 'enter your remote url here'
}
}
I can only find one config file, the one at src/lib/config.js in the second step. Where is the first configuration, with port and ip, found? What filepath?
Thanks!
The text was updated successfully, but these errors were encountered: