Skip to content

Commit

Permalink
Merge pull request #230 from OpenHistoricalMap/fix/tmserver
Browse files Browse the repository at this point in the history
Update OSM_SERVER_URL for production
  • Loading branch information
Ruben L. Mendoza authored Sep 14, 2023
2 parents fc27b3e + b41ca52 commit 70497ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tasking-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
TM_ORG_GITHUB: github.com/openhistoricalmap
TM_CONSUMER_KEY: ${{ secrets.PRODUCTION_TM_API_CONSUMER_KEY }}
TM_CONSUMER_SECRET: ${{ secrets.PRODUCTION_TM_API_CONSUMER_SECRET }}
OSM_SERVER_URL: https://www.openhistoricalmap.org
OSM_SERVER_URL: https://openhistoricalmap.org
OSM_REGISTER_URL: https://www.openhistoricalmap.org/user/new
ID_EDITOR_URL: https://www.openhistoricalmap.org/edit?editor=id
POTLATCH2_EDITOR_URL: https://www.openhistoricalmap.org/edit?editor=potlatch2
Expand Down

0 comments on commit 70497ce

Please sign in to comment.