Skip to content
Snippets Groups Projects
jwt.config.js 107 B
Newer Older
  • Learn to ignore specific revisions
  • tspuller's avatar
    bla
    tspuller committed
    export default {
      enabled: false,
      fetchUrl: 'http://localhost:5000/login',
      secretKey: 'secretKey',
    };