Staffan
Staffan
Do you have the bot running?
The password file is supposed to be outside of the webroot, so unless you use a VPS to host your site, you have to hardcode the password in
``` In src/php/default.php, you must configure your own database credentials. The way I have it setup is I have a file outside of the web root with my passwords in...
You can look at this pull request https://github.com/tymondesigns/jwt-auth/pull/1933
Mine looks as following with nuxt ``` // plugins/vue-leaflet.js import Vue from 'vue'; import {LMap, LTileLayer, LMarker, LControl, LTooltip, LIcon} from 'vue2-leaflet'; import { Icon } from 'leaflet'; import 'leaflet/dist/leaflet.css';...