Skip to content

Commit

Permalink
switch back to api.stadtnavi.de
Browse files Browse the repository at this point in the history
as migration to otp 2.4 is completed
  • Loading branch information
hbruch committed Jan 17, 2024
1 parent a0f1834 commit a407f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/configurations/config.herrenberg.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MapMode } from '../constants';
const CONFIG = 'herrenberg';
const APP_TITLE = 'stadtnavi Herrenberg';
const APP_DESCRIPTION = 'Gemeinsam Mobilität neu denken - die intermodale Verbindungssuche mit offenen, lokalen Daten';
const API_URL = process.env.API_URL || 'https://api.dev.stadtnavi.eu';
const API_URL = process.env.API_URL || 'https://api.stadtnavi.de';
const YEAR = 1900 + new Date().getYear();
const STATIC_MESSAGE_URL =
process.env.STATIC_MESSAGE_URL ||
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.ludwigsburg.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import configMerger from '../util/configMerger';
const CONFIG = 'ludwigsburg';
const APP_TITLE = 'stadtnavi Ludwigsburg';
const APP_DESCRIPTION = 'Gemeinsam Mobilität neu denken - die intermodale Verbindungssuche mit offenen, lokalen Daten';
const API_URL = process.env.API_URL || 'https://api.dev.stadtnavi.eu';
const API_URL = process.env.API_URL || 'https://api.stadtnavi.de';
const MAP_URL = process.env.MAP_URL || 'https://tiles.stadtnavi.eu/streets/{z}/{x}/{y}{r}.png';
const SEMI_TRANSPARENT_MAP_URL = process.env.SEMITRANSPARENT_MAP_URL || "https://tiles.stadtnavi.eu/satellite-overlay/{z}/{x}/{y}{r}.png";
const GEOCODING_BASE_URL = process.env.GEOCODING_BASE_URL || "https://photon.stadtnavi.eu/pelias/v1";
Expand Down

0 comments on commit a407f76

Please sign in to comment.