Skip to content

Commit

Permalink
build: update environment REDIS_SERVER_API_WS
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Sciuti authored and Francesco Sciuti committed May 25, 2020
1 parent d016093 commit 462c9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { version } from 'package.json';

export const environment = {
production: true,
redisServer: '', // ADD HERE YOUR WS SERVER URL
redisServer: 'REDIS_SERVER_API_WS', // ADD HERE YOUR WS SERVER URL
githubAppClientId: '', // ADD HERE YOUR GITHUB APP CLIENT ID
accessTokenRequestUrl: '', // ADD HERE BACKEND OAUTH IMPLEMENTATION
loginFlowStart: 'https://github.com/login/oauth/authorize?client_id=',
Expand Down

0 comments on commit 462c9e4

Please sign in to comment.