From df3d0cc4af57fe96b1d778e904915ad603bc8082 Mon Sep 17 00:00:00 2001 From: Viktoriia Kostyleva Date: Fri, 14 Oct 2022 16:27:08 +0300 Subject: [PATCH] Add comments --- .../Common/Utilities/ClientConstants.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SolardVPNCommunityCoreiOS/SOLARdVPNCommunityCoreiOS/Common/Utilities/ClientConstants.swift b/SolardVPNCommunityCoreiOS/SOLARdVPNCommunityCoreiOS/Common/Utilities/ClientConstants.swift index cd7bd82..231f76c 100644 --- a/SolardVPNCommunityCoreiOS/SOLARdVPNCommunityCoreiOS/Common/Utilities/ClientConstants.swift +++ b/SolardVPNCommunityCoreiOS/SOLARdVPNCommunityCoreiOS/Common/Utilities/ClientConstants.swift @@ -15,7 +15,9 @@ enum ClientConstants { static let defaultLCDHostString = "lcd-sentinel.dvpn.solar" static let defaultLCDPort = 993 - static let backendURL = URL(string: "https://BACKEND")! + // Set backend URL + static let backendURL = URL(string: "https://")! + // Set purchases API key URL, if you wish to use In-App Purchase static let purchasesAPIKey = "" static let apiPath = "api"