Skip to content

Commit 4f9c3c5

Browse files
committed
Change to Production URL
1 parent 0b2451a commit 4f9c3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
PROTOCOL : 'https',
3-
HOST : 'dev.stackify.com',
3+
HOST : 'api.stackify.com',
44
PORT : 443,
5-
IDENTIFY_PATH : '/API/Metrics/IdentifyApp',
6-
LOG_SAVE_PATH : '/API/Log/Save',
5+
IDENTIFY_PATH : '/Metrics/IdentifyApp',
6+
LOG_SAVE_PATH : '/Log/Save',
77
DELAY: { // possible delay values in millis
88
ONE_SECOND_DELAY : 1000,
99
FIVE_SECONDS_DELAY : 5000,

0 commit comments

Comments
 (0)