Skip to content

Commit 27c2a3e

Browse files
author
ryuhhnn
committed
Update parse.php
Updated to work with new self-hosted parse-server instances.
1 parent b6dcc72 commit 27c2a3e

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)