Get oauth proxy port from the configs

This commit is contained in:
Girish Ramakrishnan
2015-09-16 10:01:31 -07:00
parent d749756b53
commit 2719c4240f
4 changed files with 5 additions and 5 deletions
+1
View File
@@ -73,6 +73,7 @@ function initConfig() {
data.webServerOrigin = null;
data.internalPort = 3001;
data.ldapPort = 3002;
data.oauthProxyPort = 3003;
data.backupKey = 'backupKey';
data.aws = {
backupBucket: null,