File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11"use strict" ;
22
3+ const API_BASE_URL = '{{ .Site.Params.apiBaseURL }}' ;
34const LEGACY_API_URL = '{{ .Site.Params.legacyApiUrl }}' ;
45const PADDLE_ENABLE_SANDBOX = { { . Site . Params . paddleEnableSandbox } } ;
56const PADDLE_TOKEN = { { . Site . Params . paddleToken } } ;
Original file line number Diff line number Diff line change 1+ apiBaseURL = " http://localhost:3300"
12legacyApiUrl = " http://localhost"
23legacyStoreUrl = " http://localhost:8787/api"
34
Original file line number Diff line number Diff line change 1+ apiBaseURL = " https://api.cryptomator.org"
12legacyApiUrl = " http://api.cryptomator.org"
23legacyStoreUrl = " https://store.cryptomator.org/api"
34
Original file line number Diff line number Diff line change 1+ apiBaseURL = " https://api-staging.cryptomator.org"
12legacyApiUrl = " http://localhost"
23legacyStoreUrl = " http://localhost:8787/api"
34
You can’t perform that action at this time.
0 commit comments