Skip to content

Commit

Permalink
Fixing and changing to threaded chat.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 2, 2018
1 parent 4f33b5a commit 578dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- psql -c 'create database flowchat;' -U postgres
- cd ui;
- |-
echo "export const environment = {production: true,endpoint: 'https://flow-chat.com/',websocket: 'ws://flow-chat.com/poll'};" > src/environments/environment.prod.ts
echo "export const environment = {production: true,endpoint: 'https://flow-chat.com/',websocket: 'wss://flow-chat.com/threaded_chat'};" > src/environments/environment.prod.ts
- yarn; yarn build;
- cp -R dist/ ../service/src/main/resources
- cd ../service
Expand Down

0 comments on commit 578dd1e

Please sign in to comment.