Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
06194faa
authored
Apr 11, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Made some changes in socket server urls for build type.
parent
1c36809d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
app/src/arrow/java/com/vsoft/servicenow/AppConfig.java
app/src/citrix/java/com/vsoft/servicenow/AppConfig.java
app/src/ge/java/com/vsoft/servicenow/AppConfig.java
app/src/uofl/java/com/vsoft/servicenow/AppConfig.java
app/src/vportal/java/com/vsoft/servicenow/AppConfig.java
app/src/arrow/java/com/vsoft/servicenow/AppConfig.java
View file @
06194faa
...
...
@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public
static
final
String
CHAT_SERVER_URL_RELEASE
=
"http://111.93.6.218:12914/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
2
/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
1
/"
;
public
static
final
String
CHAT_SERVER_URL_STAGING
=
"http://111.93.6.218:12912/"
;
}
app/src/citrix/java/com/vsoft/servicenow/AppConfig.java
View file @
06194faa
...
...
@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public
static
final
String
CHAT_SERVER_URL_RELEASE
=
"http://111.93.6.218:12914/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
2
/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
1
/"
;
public
static
final
String
CHAT_SERVER_URL_STAGING
=
"http://111.93.6.218:12912/"
;
}
app/src/ge/java/com/vsoft/servicenow/AppConfig.java
View file @
06194faa
...
...
@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public
static
final
String
CHAT_SERVER_URL_RELEASE
=
"http://111.93.6.218:12914/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
2
/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
1
/"
;
public
static
final
String
CHAT_SERVER_URL_STAGING
=
"http://111.93.6.218:12912/"
;
}
app/src/uofl/java/com/vsoft/servicenow/AppConfig.java
View file @
06194faa
...
...
@@ -46,6 +46,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public
static
final
String
CHAT_SERVER_URL_RELEASE
=
"http://111.93.6.218:12914/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
2
/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
1
/"
;
public
static
final
String
CHAT_SERVER_URL_STAGING
=
"http://111.93.6.218:12912/"
;
}
app/src/vportal/java/com/vsoft/servicenow/AppConfig.java
View file @
06194faa
...
...
@@ -48,6 +48,6 @@ public class AppConfig {
* release - http://111.93.6.218:12914/
* */
public
static
final
String
CHAT_SERVER_URL_RELEASE
=
"http://111.93.6.218:12914/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
2
/"
;
public
static
final
String
CHAT_SERVER_URL_DEBUG
=
"http://111.93.6.218:1291
1
/"
;
public
static
final
String
CHAT_SERVER_URL_STAGING
=
"http://111.93.6.218:12912/"
;
}
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