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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ $ php artisan vendor:publish
52
52
53
53
This will create a `config/parse.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.
54
54
55
-
There are three config options:
55
+
There are five config options:
56
56
57
57
##### Parse App Id
58
58
@@ -66,6 +66,13 @@ This option (`'rest_key'`) is where you may specify your parse rest key. The def
66
66
67
67
This option (`'master_key'`) is where you may specify your parse master key. The default value for this setting is `'your-master-key'`.
68
68
69
+
##### Parse Server URL
70
+
71
+
This option (`'server_url'`) is where you may specify your parse server url. The default value for this setting is `'https://api.parse.com/'`.
72
+
73
+
##### Parse Mount Point
74
+
75
+
This option (`'mount_point'`) is where you may specify your parse mount point. The default value for this setting is `'1'`.
0 commit comments