Skip to content

Commit

Permalink
Enable live API for tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Jun 18, 2024
1 parent 7f0cb02 commit 57414b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Licensing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Licensing

using Base64, HTTP, JSON, Logging, Random

# const LICENSE_API = get!(ENV, "GENIE_LICENSE_API", "https://genielicensing.hosting.genieframework.com/api/v1") # no trailing slash
const LICENSE_API = get!(ENV, "GENIE_LICENSE_API", "http://127.0.0.1:3333/api/v1") # no trailing slash #TODO: change this to the production URL
const LICENSE_API = get!(ENV, "GENIE_LICENSE_API", "https://genielicensing.hosting.genieframework.com/api/v1") # no trailing slash
# const LICENSE_API = get!(ENV, "GENIE_LICENSE_API", "http://127.0.0.1:3333/api/v1") # no trailing slash #TODO: change this to the production URL

const GBFOLDER = joinpath(homedir(), ".geniebuilder")
const GBPASSFILE = joinpath(GBFOLDER, "pass")
Expand Down

0 comments on commit 57414b5

Please sign in to comment.