mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
Default configuration
This commit is contained in:
parent
e722bd399f
commit
e31baef7ca
@ -8,4 +8,4 @@ $app['config.locator'] = function ($app) {
|
||||
return new FileLocator($app['config.locator.path']);
|
||||
};
|
||||
|
||||
$app['env'] = 'dev';
|
||||
$app['env'] = 'prod';
|
||||
|
@ -3,6 +3,5 @@
|
||||
use Gist\Api\Client;
|
||||
|
||||
$app['api_client'] = function ($app) {
|
||||
// return new Client(['base_uri' => 'https://gist.deblan.org/']);
|
||||
return new Client(['base_uri' => 'http://localhost:8080/']);
|
||||
return new Client(['base_uri' => 'https://gist.deblan.org/']);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user