Correct production server url
This commit is contained in:
parent
242f1e80a7
commit
88f0aa471f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ module.exports = function(grunt) {
|
||||||
if (srcpath.match('libtextsecure')) {
|
if (srcpath.match('libtextsecure')) {
|
||||||
return content.replace(
|
return content.replace(
|
||||||
/textsecure-service-staging.whispersystems.org/g,
|
/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-staging.s3.amazonaws.com/g,
|
||||||
'whispersystems-textsecure-attachments.s3.amazonaws.com');
|
'whispersystems-textsecure-attachments.s3.amazonaws.com');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue