File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ services:
1313    workspace_node_dev :
1414        environment :
1515          - NODE_ENV=development 
16-           - SERVER_BASE_URL=http://netvision-test:8089/api 
16+ #           - SERVER_BASE_URL=http://netvision-test:8089/api
17+           - SERVER_BASE_URL=http://dohlestr-b-stage.dokku/api 
1718#           - SERVER_BASE_URL=http://dohlestr-b-dev/api
1819          - NO_SERVER_REACT=true 
1920        networks :
@@ -23,7 +24,8 @@ services:
2324    workspace_node_prod :
2425        environment :
2526          - NODE_ENV=production 
26-           - SERVER_BASE_URL=http://netvision-test:8089/api 
27+ #           - SERVER_BASE_URL=http://netvision-test:8089/api
28+           - SERVER_BASE_URL=http://dohlestr-b-stage.dokku/api 
2729          - NO_SERVER_REACT=true 
2830        networks :
2931          default :
@@ -33,7 +35,8 @@ services:
3335        extends : workspace_node_prod 
3436        environment :
3537          - NODE_ENV=staging 
36-           - SERVER_BASE_URL=http://netvision-test:8089/api 
38+ #           - SERVER_BASE_URL=http://netvision-test:8089/api
39+           - SERVER_BASE_URL=http://dohlestr-b-stage.dokku/api 
3740          - NO_SERVER_REACT=true 
3841        networks :
3942          default :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments