Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
110bb1e2
Unverified
Commit
110bb1e2
authored
Jun 22, 2018
by
jkornana-nisum-com
Committed by
GitHub
Jun 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from nisum-inc/dev
[Jagan]: Changing IP Address
parents
4d8736f0
71daec3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
application.properties
src/main/resources/application.properties
+1
-2
app.js
src/main/webapp/WEB-INF/js/app.js
+1
-1
login.html
src/main/webapp/WEB-INF/templates/login.html
+2
-2
No files found.
src/main/resources/application.properties
View file @
110bb1e2
...
...
@@ -2,8 +2,7 @@ server.port=8080
server.context-path
=
/myTime/
#Mongo DB configuration
spring.data.mongodb.host
=
192.168.10.177
#192.168.15.17
spring.data.mongodb.host
=
10.3.45.11
spring.data.mongodb.port
=
27017
spring.data.mongodb.database
=
mytimedb
spring.data.mongodb.username
=
mytime
...
...
src/main/webapp/WEB-INF/js/app.js
View file @
110bb1e2
...
...
@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) {
//TODO: Replace this appUri with the domain name created
myApp
.
constant
(
'appConfig'
,
{
appName
:
"MyTime"
,
appUri
:
"http://1
92.168.10.177:8080/myTime/"
,
appUri
:
"http://1
0.3.45.11:8080/myTime/"
,
version
:
"1.0"
,
empStartId
:
16001
,
empEndId
:
16999
,
...
...
src/main/webapp/WEB-INF/templates/login.html
View file @
110bb1e2
...
...
@@ -16,7 +16,7 @@
function
renderButton
()
{
gapi
.
load
(
'auth2'
,
function
()
{
gapi
.
auth2
.
init
({
client_id
:
"
951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb
.apps.googleusercontent.com"
,
client_id
:
"
685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r
.apps.googleusercontent.com"
,
hosted_domain
:
'nisum.com'
});
});
...
...
@@ -32,7 +32,7 @@
}
</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"
>
.abcRioButtonBlue
{
background-color
:
rgba
(
0
,
178
,
226
,
.6
)
!important
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment