Skip to content

Commit 4022f6a

Browse files
Merge pull request #14 from ryuhhnn/patch-2
Update parse.php
2 parents b6dcc72 + 27c2a3e commit 4022f6a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

config/parse.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,16 @@
4343
*/
4444

4545
'master_key' => 'your-master-key',
46-
46+
47+
/*
48+
|--------------------------------------------------------------------------
49+
| Parse Server URL
50+
|--------------------------------------------------------------------------
51+
|
52+
| Here you may specify your parse server url.
53+
|
54+
*/
55+
56+
'server_url' => 'your-server-url',
57+
4758
];

0 commit comments

Comments
 (0)