Browse Source

ada jwt config file

pull/3/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
bba8c5df6d
  1. 5
      config/jwt.php

5
config/jwt.php

@ -0,0 +1,5 @@
<?php
return [
'nominatim' => env('API_NOMINATIM', 'https://nominatim.oslogdev.com')
];
?>
Loading…
Cancel
Save