mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
Introduced props app_mode=[portal,backend,multi] - documented
This commit is contained in:
parent
5dc497701c
commit
858c9af959
12
README.md
12
README.md
@ -372,6 +372,18 @@ We use jetty8 to run the API in production mode.
|
||||
|
||||
* You should now be able to browse to localhost:8080 (or yourIPaddress:8080)
|
||||
|
||||
## Using OBP-API in different app modes
|
||||
|
||||
1) `portal` => OBP-API as a portal i.e. without REST API
|
||||
2) `backend` => OBP-API as a back-end app i.e. only REST API
|
||||
3) `multi`=> OBP-API as portal and back-end i.e. REST API and web portal
|
||||
|
||||
* Edit your props file(s) to contain one of the next cases:
|
||||
|
||||
1) app_mode=portal
|
||||
2) app_mode=backend
|
||||
3) app_mode=multi
|
||||
In case is not defined default case is the 3rd one i.e. app_mode=multi
|
||||
|
||||
## Using Akka remote storage
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user