We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e65c4 commit a9bab3cCopy full SHA for a9bab3c
.env.example
@@ -8,6 +8,9 @@ VITE_OBP_API_PORTAL_HOST=https://apisandbox.openbankproject.com
8
####################################################################################
9
10
VITE_OBP_API_VERSION=v5.1.0
11
+#The default version of the root page, it has the default value `OBP+VITE_OBP_API_VERSION`
12
+#The format must follow standard+Version, e.g., OBPv5.1.0, BGv1, or BGv1.3.
13
+#VITE_OBP_API_DEFAULT_RESOURCE_DOC_VERSION=OBPv5.1.0
14
VITE_OBP_API_MANAGER_HOST=https://apimanagersandbox.openbankproject.com
15
VITE_OBP_API_EXPLORER_HOST=http://localhost:5173
16
VITE_OBP_CONSUMER_KEY=your_consumer_key
0 commit comments