We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c2fae commit f916cc6Copy full SHA for f916cc6
config/settings.php
@@ -50,7 +50,7 @@
50
/*
51
* ReCaptcha Site Key
52
*/
53
- 'reCaptchSite' => env('RE_CAP_SITE', 'YOURGOOGLECAPTCHAsitekeyHERE'),
+ 'reCaptchSite' => env('RE_CAP_SITE', 'YOURGOOGLECAPTCHAsitekeyHERE'),
54
55
56
* ReCaptcha Secret
@@ -65,6 +65,6 @@
65
66
* Google Maps API Key
67
68
- 'googleMapsAPIKey' => env('GOOGLEMAPS_API_KEY', 'YOURGOOGLEMAPSkeyHERE'),
+ 'googleMapsAPIKey' => env('GOOGLEMAPS_API_KEY', 'YOURGOOGLEMAPSkeyHERE'),
69
70
];
0 commit comments