Unverified Commit 110bb1e2 authored by jkornana-nisum-com's avatar jkornana-nisum-com Committed by GitHub

Merge pull request #8 from nisum-inc/dev

[Jagan]: Changing IP Address
parents 4d8736f0 71daec3a
...@@ -2,8 +2,7 @@ server.port=8080 ...@@ -2,8 +2,7 @@ server.port=8080
server.context-path=/myTime/ server.context-path=/myTime/
#Mongo DB configuration #Mongo DB configuration
spring.data.mongodb.host=192.168.10.177 spring.data.mongodb.host=10.3.45.11
#192.168.15.17
spring.data.mongodb.port=27017 spring.data.mongodb.port=27017
spring.data.mongodb.database=mytimedb spring.data.mongodb.database=mytimedb
spring.data.mongodb.username=mytime spring.data.mongodb.username=mytime
......
...@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) { ...@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) {
//TODO: Replace this appUri with the domain name created //TODO: Replace this appUri with the domain name created
myApp.constant('appConfig', { myApp.constant('appConfig', {
appName: "MyTime", appName: "MyTime",
appUri: "http://192.168.10.177:8080/myTime/", appUri: "http://10.3.45.11:8080/myTime/",
version:"1.0", version:"1.0",
empStartId:16001, empStartId:16001,
empEndId:16999, empEndId:16999,
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
function renderButton() { function renderButton() {
gapi.load('auth2', function () { gapi.load('auth2', function () {
gapi.auth2.init({ gapi.auth2.init({
client_id: "951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb.apps.googleusercontent.com", client_id: "685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r.apps.googleusercontent.com",
hosted_domain: 'nisum.com' hosted_domain: 'nisum.com'
}); });
}); });
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
</script> </script>
<script src="https://apis.google.com/js/platform.js?onload=renderButton"></script> <script src="https://apis.google.com/js/platform.js?onload=renderButton"></script>
<meta name="google-signin-client_id" content="951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb.apps.googleusercontent.com"> <meta name="google-signin-client_id" content="685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r.apps.googleusercontent.com">
<style type="text/css"> <style type="text/css">
.abcRioButtonBlue { .abcRioButtonBlue {
background-color: rgba(0, 178, 226, .6) !important; background-color: rgba(0, 178, 226, .6) !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment