|
@@ -10,7 +10,7 @@ Quick and dirty API boilerplate, using:
|
|
|
There are many limitations to this configuration, it is intended as a
|
|
There are many limitations to this configuration, it is intended as a
|
|
|
debugging/prototyping tool.
|
|
debugging/prototyping tool.
|
|
|
|
|
|
|
|
-There are fairly few dependencies in this boilerplate, and most things are
|
|
|
|
|
|
|
+There are fairly few dependencies and most things are
|
|
|
simply factories with instances passed in.
|
|
simply factories with instances passed in.
|
|
|
|
|
|
|
|
|
|
|
|
@@ -27,6 +27,10 @@ start(
|
|
|
)
|
|
)
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
+The included example uses docker and docker-compose, so the db host is set to
|
|
|
|
|
+"redis" and the restify server listens on 0.0.0.0. You'll need to rename
|
|
|
|
|
+.env.example to .env and change the password.
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## Storage
|
|
## Storage
|
|
|
|
|
|