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 1
1
"use strict" ;
2
2
3
+ const API_BASE_URL = '{{ .Site.Params.apiBaseURL }}' ;
3
4
const LEGACY_API_URL = '{{ .Site.Params.legacyApiUrl }}' ;
4
5
const PADDLE_ENABLE_SANDBOX = { { . Site . Params . paddleEnableSandbox } } ;
5
6
const PADDLE_TOKEN = { { . Site . Params . paddleToken } } ;
Original file line number Diff line number Diff line change
1
+ apiBaseURL = " http://localhost:3300"
1
2
legacyApiUrl = " http://localhost"
2
3
legacyStoreUrl = " http://localhost:8787/api"
3
4
Original file line number Diff line number Diff line change
1
+ apiBaseURL = " https://api.cryptomator.org"
1
2
legacyApiUrl = " http://api.cryptomator.org"
2
3
legacyStoreUrl = " https://store.cryptomator.org/api"
3
4
Original file line number Diff line number Diff line change
1
+ apiBaseURL = " https://api-staging.cryptomator.org"
1
2
legacyApiUrl = " http://localhost"
2
3
legacyStoreUrl = " http://localhost:8787/api"
3
4
You can’t perform that action at this time.
0 commit comments