Skip to content

Commit

Permalink
Merge pull request #19 from AtlasOfLivingAustralia/testing
Browse files Browse the repository at this point in the history
Initial production release
  • Loading branch information
jack-brinkman authored Jun 15, 2023
2 parents 1d3819e + bd70166 commit 8e16249
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VITE_API_EVENT_TILE=https://api.test.ala.org.au/event/tile
VITE_API_BIE=https://bie-ws-test.ala.org.au
VITE_API_BIOCACHE=https://biocache-ws-test.ala.org.au/ws
VITE_API_COLLECTORY=https://collections-test.ala.org.au/ws
VITE_API_ALA=https://aws-seedbank-events-dev-2022.ala.org.au/api-test/
VITE_API_ALA=https://api.test.ala.org.au

# App configuration
VITE_APP_DATA_RESOURCES=dr21622,dr21623,dr21624,dr21625,dr21626,dr21636,dr21627 # must be comma-separated string
Expand Down
4 changes: 2 additions & 2 deletions config/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ VITE_API_EVENT_TILE=https://api.ala.org.au/event/tile
VITE_API_BIE=https://bie-ws.ala.org.au
VITE_API_BIOCACHE=https://biocache-ws.ala.org.au/ws
VITE_API_COLLECTORY=https://collections.ala.org.au/ws
VITE_API_ALA=https://aws-seedbank-events-dev-2022.ala.org.au/api/
VITE_API_ALA=https://api.ala.org.au

# App configuration
VITE_APP_DATA_RESOURCES=dr21986,dr21987,dr21988,dr21991,dr21992,dr21991 # must be comma-separated string
VITE_APP_DATA_RESOURCES=dr21986,dr21987,dr21988,dr21991,dr21992,dr21993 # must be comma-separated string
VITE_APP_MAPBOX_TOKEN=pk.eyJ1IjoiamFja2JyaW5rbWFuIiwiYSI6ImNsaXZhNGtjbTA2YWEzbm1scnFxeWk4am4ifQ.LDFid4QYL66jx6DroxvuOA
VITE_APP_LOGROCKET_ENABLED=false
VITE_APP_LOGROCKET_ID=LOGROCKET-ID-HERE
Expand Down
22 changes: 22 additions & 0 deletions config/.env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Authentication configuration
VITE_OIDC_AUTHORITY=COGNITO-URL-HERE
VITE_OIDC_CLIENT_ID=CLIENT-ID-HERE
VITE_OIDC_REDIRECT_URI=REDIRECT-URI-HERE
VITE_OIDC_LOGOUT_URI=LOGOUT-URI-HERE

# API Endpoints
VITE_API_GRAPHQL=https://api.ala.org.au/event/graphql
VITE_API_EVENT_TILE=https://api.ala.org.au/event/tile
VITE_API_BIE=https://bie-ws.ala.org.au
VITE_API_BIOCACHE=https://biocache-ws.ala.org.au/ws
VITE_API_COLLECTORY=https://collections.ala.org.au/ws
VITE_API_ALA=https://api.ala.org.au

# App configuration
VITE_APP_DATA_RESOURCES=dr21986,dr21987,dr21988,dr21991,dr21992,dr21993 # must be comma-separated string
VITE_APP_MAPBOX_TOKEN=pk.eyJ1IjoiamFja2JyaW5rbWFuIiwiYSI6ImNsaXZhNGtjbTA2YWEzbm1scnFxeWk4am4ifQ.LDFid4QYL66jx6DroxvuOA
VITE_APP_LOGROCKET_ENABLED=false
VITE_APP_LOGROCKET_ID=LOGROCKET-ID-HERE

# Analytics
VITE_APP_FATHOM_ID=IXWCBHDE
2 changes: 1 addition & 1 deletion config/.env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VITE_API_EVENT_TILE=https://api.test.ala.org.au/event/tile
VITE_API_BIE=https://bie-ws-test.ala.org.au
VITE_API_BIOCACHE=https://biocache-ws-test.ala.org.au/ws
VITE_API_COLLECTORY=https://collections-test.ala.org.au/ws
VITE_API_ALA=https://aws-seedbank-events-dev-2022.ala.org.au/api-test/
VITE_API_ALA=https://api.test.ala.org.au

# App configuration
VITE_APP_DATA_RESOURCES=dr21622,dr21623,dr21624,dr21625,dr21626,dr21636,dr21627 # must be comma-separated string
Expand Down

0 comments on commit 8e16249

Please sign in to comment.