Skip to content

Commit fc3610d

Browse files
Updated the config docs
1 parent 51df162 commit fc3610d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ php artisan vendor:publish
5252

5353
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.
5454

55-
There are three config options:
55+
There are five config options:
5656

5757
##### Parse App Id
5858

@@ -66,6 +66,13 @@ This option (`'rest_key'`) is where you may specify your parse rest key. The def
6666

6767
This option (`'master_key'`) is where you may specify your parse master key. The default value for this setting is `'your-master-key'`.
6868

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'`.
6976

7077
## Usage
7178

0 commit comments

Comments
 (0)