Skip to content

Commit

Permalink
moved the config to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshman committed Sep 1, 2017
1 parent 846e54a commit f0f03a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions reactJS/config/config.copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mongodb": {
"uristring": "",
"protocol": "",
"hostname": "",
"port": "",
"path": ""
},

"api": {
"baseURL": ""
},

"googleAnalytics": ""
}
4 changes: 3 additions & 1 deletion reactJS/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

"api": {
"baseURL": "https://s2tthl2hj6.execute-api.ap-northeast-1.amazonaws.com/development"
}
},

"googleAnalytics": "UA-105751321-1"
}

0 comments on commit f0f03a3

Please sign in to comment.