Skip to content

openanthem/nimbus-ui-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Content server This project can be used to post logs from any client side application And to serve application specific images, css and javascript.

There is an "assets" folder where images, js and css would be housed.

Development Set Up

Create a .env file with the below content. PORT=4201 FILEPATH='log' LEVEL='debug'

Run npm install

Run npm start

The log server would be running on 4201 port with a log level of 'debug'. The .env file can be configured as per the needs of the application.

The following options can be set to enable the logging level in the corresponding client TRACE 1000 DEBUG 2000 INFO 3000 WARN 4000 ERROR 5000 FATAL 6000

About

Nimbus UI Config and Content Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published