From 1810ef85947259466b12a41b605316856c3eaba5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 31 Dec 2019 22:16:11 -0700 Subject: [PATCH] Update passport config --- config/passport.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/passport.php diff --git a/config/passport.php b/config/passport.php new file mode 100644 index 000000000..a4565f372 --- /dev/null +++ b/config/passport.php @@ -0,0 +1,20 @@ + env('PASSPORT_PRIVATE_KEY'), + + 'public_key' => env('PASSPORT_PUBLIC_KEY'), + +];