From 72764e378e9f59b1569bfbe43d2086c783a838b7 Mon Sep 17 00:00:00 2001 From: Tim Mikeladze Date: Mon, 6 Aug 2018 21:35:59 -0700 Subject: [PATCH] Began readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa00404 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Getting started + +**Note: This is under development** + +`docker run -it accounts-js` + +Additionally you can pass environment variables to configure the `AccountsServer`. + +`docker run -it accounts-js -e ACCOUNTS_SECRET='your secret' \ +-e ACCOUNTS_DB='mongo' +`