Skip to content

Instantly share code, notes, and snippets.

@rommansabbir
Created May 22, 2022 12:47
Show Gist options
  • Save rommansabbir/3ee98c6a7c77b2a21d31c98330cf80e6 to your computer and use it in GitHub Desktop.
Save rommansabbir/3ee98c6a7c77b2a21d31c98330cf80e6 to your computer and use it in GitHub Desktop.
{
"apps": [
{
"serverURL": "http://192.168.17.131:1337/parse",
"appId": "test_app_id",
"masterKey": "test_master_key",
"allowInsecureHTTP": "true",
"appName": "MyApp1"
}
],
"users": [
{
"user":"admin",
"pass":"password"
}
],
"iconsFolder": "icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment