Skip to content

Commit 689b3eb

Browse files
committed
docs: added env list
1 parent afe72ea commit 689b3eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

env.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
| ENV | default | available options | description |
2+
|----------------|----------------|---------------------------------------------|-----------------------------------------------------|
3+
| LOGLEVEL | `info` | ['error', 'warn', 'info', 'debug', 'silly'] | The Loglevel for the winston logger in the console |
4+
| NODE_ENV | `development` | ['production', 'development', 'test'] | Node Environment for different App behaviour |
5+
| PORT | `8080` | any port number | The Port the express server to listen to |
6+
| DB_HOST | `localhost` | any FQDN | Database Host |
7+
| DB_PORT | 3306 / 27017 | any port number | Database Port |
8+
| DB_DB | _dynamic_ | any string | Database Database |
9+
| DB_USER | _dynamic_ | any string | Database Login User |
10+
| DB_PASSWD | _empty string_ | any password string | Database Login Password |
11+
| REDIS_HOST | `127.0.0.1` | any FQDN | Redis Host |
12+
| REDIS_PORT | `6379` | any port numbers | Redis Port |
13+
| REDIS_PASSWORD | `127.0.0.1` | any password string | Redis Passwort |
14+
| REDIS_INDEX | `0` | 0-9 | Redis Database Index for selecting one of redis' DB |
15+
| RABBIT_HOST | `127.0.0.1` | any FQDN | RabbitMQ Host |
16+
| RABBIT_PORT | `5672` | any port numbers | RabbitMQ Port |

0 commit comments

Comments
 (0)