Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Ещё раз убран конфиг несуществующего пакета
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaoda committed Sep 5, 2016
1 parent 6e767d1 commit 307913f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

SMSCRU_LOGIN=
SMSCRU_SECRET=

MAILRU_ID=
MAILRU_SECRET=
MAILRU_REDIRECT="https://${APP_DOMAIN}/social/mailru/callback"
Expand Down
6 changes: 0 additions & 6 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,4 @@
'secret' => env('STRIPE_SECRET'),
],

'smscru' => [
'login' => env('SMSCRU_LOGIN'),
'secret' => env('SMSCRU_SECRET'),
'sender' => 'John_Doe'
],

];
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LaravelRUS Skeleton
[![Packagist Version](https://img.shields.io/packagist/v/laravelrus/skeleton.svg)](https://packagist.org/packages/laravelrus/skeleton)
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://packagist.org/packages/laravelrus/skeleton)
[![Gitter Chat](https://img.shields.io/badge/Laravel-RUS-red.svg)](https://gitter.im/LaravelRUS/chat)

<p align="center">
Expand All @@ -11,7 +11,6 @@

--


#### Изменения:

* `APP_DOMAIN` вместо `APP_URL`, используется в настройках `app.url` и `session.domain`;
Expand Down

0 comments on commit 307913f

Please sign in to comment.