Skip to content

Commit 111af2b

Browse files
author
ryuhhnn
committed
Update ParseServiceProvider.php
Add support for self-hosted parse-server instances.
1 parent b6dcc72 commit 111af2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParseServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ protected function setupParse()
6363
$config = $this->app->config->get('parse');
6464

6565
ParseClient::initialize($config['app_id'], $config['rest_key'], $config['master_key']);
66+
ParseClient::setServerURL($config['server_url']);
6667
}
6768

6869
/**

0 commit comments

Comments
 (0)