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 Heroku server #>/parse"
143
+
configuration.applicationId="<# Your APP_ID #>"
144
+
configuration.clientKey="<# Your CLIENT_KEY #>"
145
+
}))
146
+
```
140
147
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