Skip to content

miljantekic/loki-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loki Mock Server

Contents

Setup

// index.js
const loki = require('loki-mock');

loki.start();
var lokiConfig = {
    port: 6060,
    resourcesPath: __dirname + '/custom-folder/loki'
}

loki.start(lokiConfig);

You can see all the possible configurations and their default values down below.

Usage

Warning! This is only for local development and should not be used for applications in production.

Configuration

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published