inital commit
This commit is contained in:
7
config/keys.php
Normal file
7
config/keys.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
"public_key"=>storage_path("app/public/keys/oauth-public.key"),
|
||||
"private_key"=>storage_path("app/public/keys/oauth-private.key")
|
||||
];
|
||||
Reference in New Issue
Block a user