Correct production server url

This commit is contained in:
lilia 2015-05-15 14:01:03 -07:00
parent 242f1e80a7
commit 88f0aa471f

View file

@ -145,7 +145,7 @@ module.exports = function(grunt) {
if (srcpath.match('libtextsecure')) {
return content.replace(
/textsecure-service-staging.whispersystems.org/g,
'textsecure-service.whispersystems.org').replace(
'textsecure-service-ca.whispersystems.org:4433').replace(
/whispersystems-textsecure-attachments-staging.s3.amazonaws.com/g,
'whispersystems-textsecure-attachments.s3.amazonaws.com');
} else {