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
. The *Available to Promise* field is updated in real-time based on current difference between supply (*On Hand*) and demand (*Reserved + Allocated + Virtual Hold*).
75
75
76
76
77
-
== Develop
77
+
== Configuration
78
78
79
-
=== Configuration
79
+
The app server is built with Spring Boot which can be configured different ways: https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/spring-boot-features.html#boot-features-external-config[Spring Boot Externalized Configuration].
80
+
Depending on the way you're running the demo you can either:
80
81
81
-
The app server configuration is stored in `server/src/main/resources/application.properties`
82
+
- create a `application.properties` file based on the https://github.com/Redislabs-Solution-Architects/brewdis/blob/master/brewdis-api/src/main/resources/application.properties[one that ships with Brewdis]
0 commit comments