From f5a7c94c14020307f834b56e85e9f37af50de746 Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Sat, 1 Jun 2019 22:35:59 +0200 Subject: [PATCH] README update --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..c8c584e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on GUI + +# start server +## normal start +```sh +$ DB_URL=mongodb://user:pass@ip:port/db node app.js +``` +## debug start (with debug output/logs) +```sh +$ DB_URL=mongodb://user:pass@ip:port/db NODE_ENV=debug node app.js +``` + +# TODO +| title | description | | +| ----- | ----------- | - | +| database models | +| modules |