D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
config
/
Filename :
services.php
back
Copy
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, SparkPost and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), ], 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'), 'region' => 'us-east-1', ], 'sparkpost' => [ 'secret' => env('SPARKPOST_SECRET'), ], 'stripe' => [ 'model' => App\User::class, 'key' => env('STRIPE_KEY'), 'secret' => env('STRIPE_SECRET'), ], /* 'facebook' => [ 'client_id' => '109120903138493', 'client_secret' => 'e5ecb9c901e202742052327b8d442ae5', 'redirect' => 'http://localhost:81/auth/facebook/callback', ], 'facebook' => [ 'client_id' => '335238363594328', 'client_secret' => 'e9efa41b8319203f323c3ff47836f44b', 'redirect' => 'http://tattoo.obmenka.by/auth/facebook/callback', ], 'facebook' => [ 'client_id' => '261878084329667', 'client_secret' => '2a2437994e1ee9d0ca68ba7fd9e91424', 'redirect' => 'http://tattoo.obmenka.by/auth/facebook/callback', ], */ 'facebook' => [ 'client_id' => '1989067104647974', 'client_secret' => 'c9085bd8f10454ca82b3f77d5edd9e9f', 'redirect' => 'https://tattooscalculator.com/auth/facebook/callback', ], 'google' => [ 'client_id' => '287916449416-923dj83p1h8pin2c152v4d03e781kaok.apps.googleusercontent.com', 'client_secret' => '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', 'redirect' => 'https://tattooscalculator.com/auth/google/callback', ], ];