Skip to content

Commit

Permalink
Set production services hostname to soundscape.bramd.nl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bramd committed Apr 29, 2023
1 parent 2a618db commit 7fa9c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ServiceModel {
/// String for identifying errors that originate from Realm
static let errorRealm = "GDAHTTPErrorRealm"

private static let productionServicesHostName = "https://soundscape-production.yourservicesdomain.com"
private static let productionServicesHostName = "http://soundscape.bramd.nl"
private static let productionAssestsHostName = "https://yourstaticblobstore"
// Do not change `productionVoicesHostName`!
private static let productionVoicesHostName = "https://yourstaticblobstore"
Expand Down

0 comments on commit 7fa9c0e

Please sign in to comment.