Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaKostyleva committed Oct 14, 2022
1 parent 0eb8e73 commit df3d0cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df3d0cc

Please sign in to comment.