A simple content management system for Blog sites.
| 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 |
The internal logger used is from the nodejs-logger from Laurenz1606 (@laurenz1606/logger).
The internal logger used is from the nodejs-logger from Laurenz1606 (@laurenz1606/logger).