Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Set Netlify configuration for production deployment of v3.21release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhercules authored and LucaFumis committed Feb 17, 2021
1 parent 8f2bdb1 commit b20e937
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

[context.branch-deploy.environment]
APIHOST = "https://platform-api-qc.opentargets.io/"
[[headers]]
for = "/*"
[headers.values]
# Basic-Auth header
Basic-Auth = "opentargets:opentargets"
# [[headers]]
# for = "/*"
# [headers.values]
# # Basic-Auth header
# Basic-Auth = "opentargets:opentargets"


# CAREFUL!!! When you point a particular branch to a specific API below,
Expand Down Expand Up @@ -78,11 +78,11 @@

[context.qa.environment]
APIHOST = "https://platform-api-qc.opentargets.io/"
[[headers]]
for = "/*"
[headers.values]
# Basic-Auth header
Basic-Auth = "opentargets:opentargets"
# [[headers]]
# for = "/*"
# [headers.values]
# # Basic-Auth header
# Basic-Auth = "opentargets:opentargets"

# [context.shipit.environment]
# APIHOST = "http://prod-20180625-1203.api.opentargets.io/"

0 comments on commit b20e937

Please sign in to comment.