Skip to content

Commit

Permalink
Add real cloud url
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 2, 2019
1 parent 19b7506 commit c21da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
CUSTOM_URL: 'customUrl',
CUSTOM_PORT: 'customPort',
CURRENT_URL: 'currentUrl',
CLOUD_URL: 'http://localhost:3100', // TODO, change by real cloud URL
CLOUD_URL: 'https://cloud.domapic.com',
SYNC_URL_INTERVAL: 60000,
FORCE_SYNC_URL_INTERVAL: 1800000
}

0 comments on commit c21da2d

Please sign in to comment.