Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# #### PRODUCTION
#### PRODUCTION
# VITE_IFRAME_URL=https://iframe.string-api.xyz
# VITE_API_URL=https://api.string-api.xyz

# #### DEVELOPMENT
#### DEVELOPMENT
# VITE_IFRAME_URL=https://iframe-app.dev.string-api.xyz
# VITE_API_URL=https://string-api.dev.string-api.xyz

#### SANDBOX
# VITE_IFRAME_URL=https://iframe-app.dev.string-api.xyz
# VITE_API_URL=https://api.sandbox.string-api.xyz

#### LOCAL
VITE_STRING_API_KEY=str.030e402bf0e64f13abd9d827bcdd24b0
VITE_IFRAME_URL=http://localhost:4040
VITE_API_URL=http://localhost:5555

VITE_ANALYTICS_SUBDOMAIN_URL=https://metrics.string.xyz
VITE_ANALYTICS_LIB_PK=
VITE_STRING_API_KEY=str...

VITE_API_URL=http://localhost:5555
#### ANALYTICS
VITE_ANALYTICS_LIB_PK=
VITE_ANALYTICS_SUBDOMAIN_URL=https://metrics.string.xyz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stringpay/sdk",
"version": "0.1.7",
"version": "0.1.8",
"license": "UNLICENSED",
"main": "./src/lib/index.ts",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>String SDK Test</title>
<script src="../dist/stringpay-v0.1.7.min.js"></script>
<script src="../dist/stringpay-v0.1.8.min.js"></script>
%sveltekit.head%
</head>
<body>
Expand Down