You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuration.server="https://<# Your Server URL #>/parse/"// '/' important after 'parse'
145
+
configuration.applicationId="<# Your APP_ID #>"
146
+
configuration.clientKey="<# Your CLIENT_KEY #>"
147
+
}))
138
148
```
139
-
140
149
You can change the server URL in all of the open-source SDKs, but we're releasing new builds which provide initialization time configuration of this property.
0 commit comments