mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added support for Google Maps API key
This commit is contained in:
parent
2a7c84714d
commit
958cf4e8b7
@ -42,3 +42,5 @@ API_SECRET=password
|
|||||||
#GOOGLE_CLIENT_ID=
|
#GOOGLE_CLIENT_ID=
|
||||||
#GOOGLE_CLIENT_SECRET=
|
#GOOGLE_CLIENT_SECRET=
|
||||||
#GOOGLE_OAUTH_REDIRECT=http://ninja.dev/auth/google
|
#GOOGLE_OAUTH_REDIRECT=http://ninja.dev/auth/google
|
||||||
|
|
||||||
|
#GOOGLE_MAPS_API_KEY=
|
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="https://maps.googleapis.com/maps/api/js"></script>
|
<script src="https://maps.googleapis.com/maps/api/js?key={{ env('GOOGLE_MAPS_API_KEY') }}"></script>
|
||||||
@endif
|
@endif
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
2
resources/views/vendors/show.blade.php
vendored
2
resources/views/vendors/show.blade.php
vendored
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="https://maps.googleapis.com/maps/api/js"></script>
|
<script src="https://maps.googleapis.com/maps/api/js?key={{ env('GOOGLE_MAPS_API_KEY') }}"></script>
|
||||||
@endif
|
@endif
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user