Skip to content

Laurenz1606/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

air-cms/cms

A simple content management system for Blog sites.

Environment Variables

Name Default Required Function
NODE_ENV - no Set this to "production" to not load environment variables from a .env file.
APP_PORT - yes The port of the air-cms (express) webserver.
CORS_ORIGIN * no The cors origin option.
MONGO_URL - yes The URL for the mongoDB (mongoose) connection.
REDIS_URL - yes The URL for the redis (ioredis) connection.
LOGGER_FORMAT [%L] %m no The format of the internal logger. More infos here
LOG_LEVELS iwe no The flags to activate diffrent log states, More infos here

Internal logger

Logger-Format

The internal logger used is from the nodejs-logger from Laurenz1606 (@laurenz1606/logger).

Logger-Levels

The internal logger used is from the nodejs-logger from Laurenz1606 (@laurenz1606/logger).

About

A simple content management system for Blog sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published