You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +64,7 @@ To compile and run jetty, install Maven 3, create your configuration in src/main
64
64
65
65
* Now **Rebuild** the project so everything is compiled. At this point you may need to select the SDK, see above.
66
66
67
-
* Once you have rebuilt the project wihtout compile errors, you should be able to RunWebApp in src/test/scala
67
+
* Once you have rebuilt the project wihtout compile errors, you should be able to RunWebApp in obp-api/src/test/scala
68
68
69
69
* Run RunWebApp by right clicking on it or selecting Run. The built in jetty server should start on localhost:8080
70
70
@@ -153,7 +153,7 @@ Note: Your Java environment may need to be setup correctly to use SSL
153
153
154
154
Restart OBP-API, if you get an error, check your Java environment can connect to the host over SSL.
155
155
156
-
Note you can change the log level in /src/main/resources/default.logback.xml (try TRACE or DEBUG)
156
+
Note you can change the log level in /obp-api/src/main/resources/default.logback.xml (try TRACE or DEBUG)
157
157
158
158
There is a gist / tool which is useful for this. Search the web for SSLPoke. Note this is an external repository.
159
159
@@ -287,7 +287,7 @@ If Kafka connector is selected in props (connector=kafka), Kafka and Zookeeper h
287
287
288
288
* Configuration
289
289
290
-
* Edit the OBP-API/src/main/resources/props/default.props so that it contains the following lines. Please note that
290
+
* Edit the OBP-API/obp-api/src/main/resources/props/default.props so that it contains the following lines. Please note that
291
291
kafka.host is used by the producer and kafka.zookeeper_host is used by the consumer. This should be done on each node:
292
292
293
293
connector=kafka
@@ -466,7 +466,7 @@ You can obfuscate passwords in the props file the same way as for jetty:
466
466
* db.url=OBF:fdsafdsakwaetcetcetc
467
467
468
468
## Rate Limiting
469
-
We support rate limiting i.e functionality to limit calls per consumer key (App). Only `New Style Endpoins` support it. The list of they can be found at this fie: https://github.com/OpenBankProject/OBP-API/blob/develop/src/main/scala/code/api/util/NewStyle.scala.
469
+
We support rate limiting i.e functionality to limit calls per consumer key (App). Only `New Style Endpoins` support it. The list of they can be found at this file: https://github.com/OpenBankProject/OBP-API/blob/develop/obp-api/src/main/scala/code/api/util/NewStyle.scala.
0 commit comments