bartonhammond / bartonhammond/snowflake-hapi-openshift

Config for Hapi local: ambiguous setup directions

Open
#7 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
132
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting src/lib/config.js and the setup instructions quoted in the issue to determine which configuration contains the Hapi port and IP. Clarify the missing filepath and distinguish it from the Snowflake configuration so a fresh local setup has unambiguous directions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.