@@ -113,7 +113,6 @@
-
diff --git a/bearchoke-backend/bearchoke-server/bearchoke-server.iml b/bearchoke-backend/bearchoke-server/bearchoke-server.iml
index 0caac5a..fc421cc 100644
--- a/bearchoke-backend/bearchoke-server/bearchoke-server.iml
+++ b/bearchoke-backend/bearchoke-server/bearchoke-server.iml
@@ -81,7 +81,6 @@
-
diff --git a/bearchoke-backend/bearchoke-todo/bearchoke-todo.iml b/bearchoke-backend/bearchoke-todo/bearchoke-todo.iml
index a743d3a..626e002 100644
--- a/bearchoke-backend/bearchoke-todo/bearchoke-todo.iml
+++ b/bearchoke-backend/bearchoke-todo/bearchoke-todo.iml
@@ -102,7 +102,6 @@
-
diff --git a/bearchoke-backend/bearchoke-user/bearchoke-user.iml b/bearchoke-backend/bearchoke-user/bearchoke-user.iml
index af6744f..4560162 100644
--- a/bearchoke-backend/bearchoke-user/bearchoke-user.iml
+++ b/bearchoke-backend/bearchoke-user/bearchoke-user.iml
@@ -96,7 +96,6 @@
-
diff --git a/bearchoke-frontend/app/js/constants/environment_constants.js b/bearchoke-frontend/app/js/constants/environment_constants.js
index deb125f..e4a010e 100644
--- a/bearchoke-frontend/app/js/constants/environment_constants.js
+++ b/bearchoke-frontend/app/js/constants/environment_constants.js
@@ -1,21 +1,21 @@
angular.module('app').constant('configuration', {
siteName: 'Bearchoke Tempest',
facebookApiToken: '1406544132926146',
- mixpanelApiToken: 'af496858fbad6db085f002140fd3c9e1',
- serverHostName: 'dev.bearchoke.com',
- websocketServerHostName: 'dev.bearchoke.com',
- serverProtocol: 'http',
- serverPort: '8080',
- websocketServerPort: '8080',
+ mixpanelApiToken: 'a96207d97a5b101c5ec844502caba117',
+ serverHostName: 'api.bearchoke.com',
+ websocketServerHostName: 'bearchoke-server.cfapps.io',
+ serverProtocol: 'https',
+ serverPort: '',
+ websocketServerPort: '4443',
serverContext: '/api',
serverWebSocketContext: '/ws',
serverWebServicesContext: '/services',
- baseUrl: 'http://dev.bearchoke.com:8080/api',
- websocketBaseUrl: 'http://dev.bearchoke.com:8080/ws',
- webservicesBaseUrl: 'http://dev.bearchoke.com:8080/services',
+ baseUrl: 'https://api.bearchoke.com:/api',
+ websocketBaseUrl: 'https://bearchoke-server.cfapps.io:4443/ws',
+ webservicesBaseUrl: 'https://api.bearchoke.com:/services',
version: 'application/vnd.bearchoke-v1+json',
mailchimpUsername: 'cfapps',
mailchimpU: '6e09b949dd8c5be5b4befdfeb',
mailchimpDc: 'us9',
- mailchimpId: '670f539e60'
+ mailchimpId: 'cd1b6d791f'
});
diff --git a/bearchoke-frontend/app/templates/home.html b/bearchoke-frontend/app/templates/home.html
index c88d19d..d7189e6 100644
--- a/bearchoke-frontend/app/templates/home.html
+++ b/bearchoke-frontend/app/templates/home.html
@@ -37,7 +37,7 @@ Bearchoke Tempest
Showcasing the beauty of Spring's Java Config support alongside Spring Profiles and the Servlet 3 specification.
Using the Command Query Responsibility Segregation (CQRS) pattern to write scalable, event-driven software with the awesome Axon Framework as well as Spring's own support for the WebSocket protocol.
Finally, because this application is hosted on the fantastic Cloud Foundry PaaS, you can see what's required of your application to easily deploy to CF.
- On Cloud Foundry, the app uses RabbitMQ, MongoDb, Redis and Cloud Flare services. It uses the static build pack to push the SPA and the latest Java build pack to host the server side component.
+ On Cloud Foundry, the app uses RabbitMQ, MongoDb, Redis and Cloud Flare services. It uses a custom static build pack by Evan Armbrister with nginx that supports an SPA and the latest Java build pack to host the server side component.
If you don't want to register or log in with Facebook, you can log in with: harrymitchell / HarryMitchell5!
Hope the reader of this gains some insight and has fun with the samples. I will use this as a "dumping ground" for new features I want to try out. Not everything is showcased in the UI. You'll have to go to my project on Github and download the source to see how it was all put together.