Skip to content

Commit

Permalink
Merge branch 'production' into p3sprint8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithmuthukumar-bc authored May 10, 2023
2 parents 997517c + 3989e33 commit 39bf6e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- npm install
before_script:
- npm install -g @angular/cli
script: npm run build
script: npm run build -- --output-hashing=all
after_script: ls
deploy:
- provider: script
Expand Down
5 changes: 1 addition & 4 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ http {
limit_req zone=dm_post_limit burst=5;








Expand Down Expand Up @@ -84,4 +81,4 @@ http {
}

}
}
}
4 changes: 3 additions & 1 deletion src/environments/environment-production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ export const environment = {
hideDelegation:true,
hideBulkupload:true,
hideAutoValidation:false,
hideSimplifyRole:false,
blockedScheme: ["GB-PPG"],
},
};
};

0 comments on commit 39bf6e5

Please sign in to comment.