From 213a7d0506290805992ba6e9998ccb4438b0eeff Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 26 Sep 2018 09:04:23 +0200 Subject: [PATCH] feat: add passport config file (#1846) --- CHANGELOG | 1 + config/passport.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 config/passport.php diff --git a/CHANGELOG b/CHANGELOG index bce746cbc0e..98aff64076b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ UNRELEASED CHANGES: * Support papertrail logging * Add sentry:release command * Add Envoy file template +* Add passport config file RELEASED VERSIONS: diff --git a/config/passport.php b/config/passport.php new file mode 100644 index 00000000000..a4565f37246 --- /dev/null +++ b/config/passport.php @@ -0,0 +1,20 @@ + env('PASSPORT_PRIVATE_KEY'), + + 'public_key' => env('PASSPORT_PUBLIC_KEY'), + +];