mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:06:56 +00:00
Update README.md
This commit is contained in:
parent
fca7d042ab
commit
658b316601
10
README.md
10
README.md
@ -29,7 +29,9 @@ Some files (OAuth related) are licensed under the Apache 2 license.
|
||||
|
||||
## SETUP
|
||||
|
||||
Vagrant and Puppet scripts are available [here](https://github.com/OpenBankProject/OBP-VM) to create a Virtual Box VM running the Open Bank Project API.
|
||||
# Vagrant and Puppet scripts are available [here](https://github.com/OpenBankProject/OBP-VM) to create a Virtual Box VM running the Open Bank Project API.
|
||||
|
||||
Note: These may be a bit outdated.
|
||||
|
||||
Otherwise use sbt or Maven 2 as a build tool.
|
||||
|
||||
@ -54,4 +56,8 @@ Maven:
|
||||
|
||||
mvn jetty:run
|
||||
|
||||
Note: The default datastore for metadata is MongoDB. Postgres is used for user accounts.
|
||||
----
|
||||
|
||||
# Databases:
|
||||
|
||||
The default datastores used are MongoDB (metadata, transaction cache) and Postgres (user accounts).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user