-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dev 4.x #59
base: master
Are you sure you want to change the base?
Dev 4.x #59
Conversation
…it was done in this way because the project cannot be directly joined to perform a pull request, due to project life cycle nonconformity
…it was done in this way because the project cannot be directly joined to perform a pull request, due to project life cycle nonconformity
@@ -1,11 +0,0 @@ | |||
REACT_APP_VERSION=$npm_package_version | |||
REACT_APP_NAME=$npm_package_name | |||
REACT_APP_FIREBASE_KEY=AIzaSyBT7D0KjQgOu5C2cfJ1zTrk7G1GXHvHJSc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't fix the problem. The keys are still in git history and so they're still public.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should make sure whatever keys that are being used are different
To register your masternodes, go to https://syshub.org and sign up. | ||
- Go to MASTERNODE SETTINGS and enter the required masternode details using the form -OR- | ||
- Go to MULTIPLE ADD, copy the contents of your masternode.conf file in the box and push ADD ALL. This will register ALL your msternodes automatically. | ||
|
||
# Developed by Syscoin Development and Marketing Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a team with that name doesn't exist, needs adjusting.
@@ -0,0 +1,29 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe I'm wrong, but shouldn't other projects, that are being used, be pulled in dynamically by whatever builds the website rather than being checked into version control?
@@ -0,0 +1,15 @@ | |||
.DS_Store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and if pulling them in is not possible and they are git projects, please use git submodules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the same command used in the IF and ELSE ?
No description provided.