Skip to content

Commit

Permalink
restored url to teigarage
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Nov 5, 2024
1 parent 0aa84a0 commit 9af8767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Set custom URLs values here.
*/

// export const TEIGARAGE_PROTOCOL = 'https'
// export const TEIGARAGE_LOCATION = 'teigarage.tei-c.org'
export const TEIGARAGE_PROTOCOL = 'https'
export const TEIGARAGE_LOCATION = 'teigarage.tei-c.org'

export const TEIGARAGE_PROTOCOL = 'http'
export const TEIGARAGE_LOCATION = 'localhost:8080'
// export const TEIGARAGE_PROTOCOL = 'http'
// export const TEIGARAGE_LOCATION = 'localhost:8080'

export const DATASOURCES_PROTOCOL = 'https'
export const DATASOURCES_LOCATION = 'tei-c.org/Vault/P5/current/xml/tei/odd'
Expand Down

0 comments on commit 9af8767

Please sign in to comment.