Skip to content
Snippets Groups Projects

Add basic application framework and example application to show interaction between events an NBI

Merged Ghost User requested to merge istaester/init-application-framework into develop
3 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -15,5 +15,5 @@ filesystemPathToStores = "stores"
amqpPrefix = "amqp://"
amqpUser = "guest"
amqpPassword = "guest"
amqpHost = "localhost"
amqpHost = "rabbitmq"
amqpPort = "5672"
Loading