There was an error while loading. Please reload this page.
1 parent bb994ba commit 9ecfbc0Copy full SHA for 9ecfbc0
1 file changed
README.md
@@ -47,6 +47,11 @@ This is a quick overview of the installation setup. For detailed step-by-step in
47
value = "YOUR_INTEGRATION_PATH_HERE" # any random string that's a valid URL
48
type = "string"
49
}
50
+ variables {
51
+ name = "fpjs_integration_path_escaped"
52
+ value = "YOUR_INTEGRATION_PATH_ESCAPED_HERE" # same as fpjs_integration_path but with / escaped as \\/ and . escaped as \.
53
+ type = "string"
54
+ }
55
variables {
56
name = "fpjs_proxy_secret"
57
value = "YOUR_PROXY_SECRET_HERE" # Use the proxy secret from the previous step
0 commit comments